ports/opt (3.1): dnsmasq: update to 2.73
commit a3be4916ddafcc2bf1ebb792753486eb4f947409 Author: Juergen Daubert <jue@jue.li> Date: Mon Jun 15 16:41:59 2015 +0200 dnsmasq: update to 2.73 diff --git a/dnsmasq/.md5sum b/dnsmasq/.md5sum index 294a20a..a1afd1a 100644 --- a/dnsmasq/.md5sum +++ b/dnsmasq/.md5sum @@ -1,3 +1,3 @@ -64729969e7a127837c16976ad74e7fcd dnsmasq -0256e0a71e27c8d8a5c89a0d18f3cfe2 dnsmasq-2.72.tar.xz +cf2b6cff8356ce9da3f6da7dfa0e588b dnsmasq +b8bfe96d22945c8cf4466826ba9b21bd dnsmasq-2.73.tar.xz 7f4f17ceb6c1d5fe7b4eaa213405c472 dnsmasq-config.patch diff --git a/dnsmasq/Pkgfile b/dnsmasq/Pkgfile index 237e187..03813dd 100644 --- a/dnsmasq/Pkgfile +++ b/dnsmasq/Pkgfile @@ -3,8 +3,8 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=dnsmasq -version=2.72 -release=2 +version=2.73 +release=1 source=(http://www.thekelleys.org.uk/$name/$name-$version.tar.xz \ $name-config.patch dnsmasq) diff --git a/dnsmasq/dnsmasq b/dnsmasq/dnsmasq index c8ba143..f39d6c9 100644 --- a/dnsmasq/dnsmasq +++ b/dnsmasq/dnsmasq @@ -12,7 +12,7 @@ start) $SSD --start --pidfile $PID --exec $PROG ;; stop) - $SSD --stop --retry 10 --pidfile $PID + $SSD --stop --remove-pidfile --retry 10 --pidfile $PID ;; restart) $0 stop @@ -24,7 +24,7 @@ reload) status) $SSD --status --pidfile $PID case $? in - 0) echo "$PROG is running" ;; + 0) echo "$PROG is running with pid $(cat $PID)" ;; 1) echo "$PROG is not running but the pid file $PID exists" ;; 3) echo "$PROG is not running" ;; 4) echo "Unable to determine the program status" ;;
participants (1)
-
crux@crux.nu