projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e84d1
)
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)
SVN-Revision: 2151
openwrt/package/dnsmasq/files/S50dnsmasq
patch
|
blob
|
history
diff --git
a/openwrt/package/dnsmasq/files/S50dnsmasq
b/openwrt/package/dnsmasq/files/S50dnsmasq
index c97096054d853fac241f4f8747f8274d785cce71..e913b8be18a318e62599334cfaeb63d45118431c 100755
(executable)
--- a/
openwrt/package/dnsmasq/files/S50dnsmasq
+++ b/
openwrt/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