package/dnsmasq: use service_kill in initscript
[openwrt/svn-archive/archive.git] / package / dnsmasq / files / dnsmasq.init
index 9bd622576da2251f26a9fe5a28d73d7e15eb0c21..3e194afff83e1bdbd36232edb328fcf6e0840152 100644 (file)
@@ -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
 }