1
0
forked from ports/opt

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 b067598c3e9b91819a8be5cb59cbf90e dnsmasq-2.41.tar.gz
a24fbe301b70ecf10fa3fb3f26de9924 dnsmasq-config.patch a24fbe301b70ecf10fa3fb3f26de9924 dnsmasq-config.patch

View File

@ -4,7 +4,7 @@
name=dnsmasq name=dnsmasq
version=2.41 version=2.41
release=1 release=2
source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.gz \ source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.gz \
$name-config.patch dnsmasq) $name-config.patch dnsmasq)

View File

@ -16,7 +16,7 @@ restart)
$0 start $0 start
;; ;;
reload) reload)
kill -s SIGHUP `pidof dnsmasq` kill -s HUP $(pidof dnsmasq)
;; ;;
*) *)
echo "usage: $0 [start|stop|restart|reload]" echo "usage: $0 [start|stop|restart|reload]"