From: Jo-Philipp Wich Date: Mon, 14 Feb 2011 17:02:48 +0000 (+0000) Subject: package/dnsmasq: use service_kill in initscript X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8f9d6d40eeeefb2ff1bd4de26466dbf841a40435;p=openwrt%2Fsvn-archive%2Farchive.git package/dnsmasq: use service_kill in initscript SVN-Revision: 25537 --- diff --git a/package/dnsmasq/files/dnsmasq.init b/package/dnsmasq/files/dnsmasq.init index 9bd622576d..3e194afff8 100644 --- a/package/dnsmasq/files/dnsmasq.init +++ b/package/dnsmasq/files/dnsmasq.init @@ -399,6 +399,6 @@ stop() { rm -f /tmp/resolv.conf ln -s /tmp/resolv.conf.auto /tmp/resolv.conf } - killall dnsmasq + service_kill dnsmasq /var/run/dnsmasq.pid return 0 }