From: nbd Date: Mon, 17 Oct 2005 19:42:58 +0000 (+0000) Subject: fix dnsmasq init script X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/e660d02df2e7f9066f79481b3a11915823b48cc3?hp=01e1f0304e1b8825414edf74ca2a3be7764ef324 fix dnsmasq init script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2151 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/dnsmasq/files/S50dnsmasq b/openwrt/package/dnsmasq/files/S50dnsmasq index c97096054..e913b8be1 100755 --- 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