projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e73b4
)
fix dnsmasq init script
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 17 Oct 2005 19:42:58 +0000
(19:42 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 17 Oct 2005 19:42:58 +0000
(19:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2151
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/dnsmasq/files/S50dnsmasq
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/S50dnsmasq
b/package/dnsmasq/files/S50dnsmasq
index
c970960
..
e913b8b
100755
(executable)
--- a/
package/dnsmasq/files/S50dnsmasq
+++ b/
package/dnsmasq/files/S50dnsmasq
@@
-1,5
+1,7
@@
#!/bin/sh
. /etc/functions.sh
+. /etc/network.overrides
+[ "$FAILSAFE" != "true" -a -e /etc/config/network ] && . /etc/config/network
# interface to use for DHCP
iface=lan