projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55828c1
)
package/dnsmasq: use service_kill in initscript
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 14 Feb 2011 17:02:48 +0000
(17:02 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 14 Feb 2011 17:02:48 +0000
(17:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25537
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/dnsmasq/files/dnsmasq.init
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dnsmasq.init
b/package/dnsmasq/files/dnsmasq.init
index
9bd6225
..
3e194af
100644
(file)
--- 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
}