dnsmasq: fixed rc script

This commit is contained in:
Juergen Daubert 2008-02-18 17:24:58 +01:00
parent 6a43fd4038
commit 67fbab2c39
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
90efed52fc4fab31022bd8e1f8d69eb5 dnsmasq
d1b2a1f31cea2c529358d7e73bcda6bd dnsmasq
b067598c3e9b91819a8be5cb59cbf90e dnsmasq-2.41.tar.gz
a24fbe301b70ecf10fa3fb3f26de9924 dnsmasq-config.patch

View File

@ -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)

View File

@ -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]"