dnsmasq: fixed rc script
This commit is contained in:
parent
6a43fd4038
commit
67fbab2c39
@ -1,3 +1,3 @@
|
||||
90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq
|
||||
d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq
|
||||
b067598c3e9b91819a8be5cb59cbf90e dnsmasq-2.41.tar.gz
|
||||
a24fbe301b70ecf10fa3fb3f26de9924 dnsmasq-config.patch
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
name=dnsmasq
|
||||
version=2.41
|
||||
release=1
|
||||
release=2
|
||||
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.gz \
|
||||
$name-config.patch dnsmasq)
|
||||
|
||||
|
@ -16,7 +16,7 @@ restart)
|
||||
$0 start
|
||||
;;
|
||||
reload)
|
||||
kill -s SIGHUP `pidof dnsmasq`
|
||||
kill -s HUP $(pidof dnsmasq)
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 [start|stop|restart|reload]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user