From: Felix Fietkau Date: Fri, 17 Feb 2006 08:20:34 +0000 (+0000) Subject: restart dnsmasq when lan settings change X-Git-Tag: whiterussian_rc5~120 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c370f92342c9fe0f281a59174850a9281d789fbd;p=openwrt%2Fsvn-archive%2Fopenwrt.git restart dnsmasq when lan settings change SVN-Revision: 3248 --- diff --git a/openwrt/package/webif/files/usr/lib/webif/apply.sh b/openwrt/package/webif/files/usr/lib/webif/apply.sh index 1a908cd77e..04ad9c6e17 100644 --- a/openwrt/package/webif/files/usr/lib/webif/apply.sh +++ b/openwrt/package/webif/files/usr/lib/webif/apply.sh @@ -26,7 +26,8 @@ reload_network() { grep '^lan_' config-network >&- 2>&- && { ifdown lan ifup lan - killall -HUP dnsmasq + killall dnsmasq + /etc/init.d/S??dnsmasq } }