diff options
author | Juergen Daubert <jue@jue.li> | 2015-07-09 15:32:22 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2015-07-09 15:32:41 +0200 |
commit | eb18ec1a45e5d5b0368106c640ee113012dfdeb7 (patch) | |
tree | c6669029f29bd6ae183d2fed2204436078c35323 | |
parent | 05779db8c593b5cf5a588a2851b977149c02e448 (diff) | |
download | opt-eb18ec1a45e5d5b0368106c640ee113012dfdeb7.tar.gz opt-eb18ec1a45e5d5b0368106c640ee113012dfdeb7.tar.xz |
unbound: update to 1.5.4
-rw-r--r-- | unbound/.md5sum | 4 | ||||
-rw-r--r-- | unbound/Pkgfile | 2 | ||||
-rw-r--r-- | unbound/unbound | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/unbound/.md5sum b/unbound/.md5sum index cd1ac127f..b9407785e 100644 --- a/unbound/.md5sum +++ b/unbound/.md5sum @@ -1,2 +1,2 @@ -4efc120538752183b95d997e92d1795e unbound -1e95fdcbaaf5dc87432d898006a5eb13 unbound-1.5.3.tar.gz +5bf1cabac23d0c2d89d2696039064d0a unbound +f85854baad15adc7ce8acefe6cda4cf8 unbound-1.5.4.tar.gz diff --git a/unbound/Pkgfile b/unbound/Pkgfile index e96cd9746..f1f9b8d49 100644 --- a/unbound/Pkgfile +++ b/unbound/Pkgfile @@ -4,7 +4,7 @@ # Depends on: openssl expat name=unbound -version=1.5.3 +version=1.5.4 release=1 source=(http://www.unbound.net/downloads/$name-$version.tar.gz unbound) diff --git a/unbound/unbound b/unbound/unbound index df0877d7a..7be40e34f 100644 --- a/unbound/unbound +++ b/unbound/unbound @@ -22,7 +22,7 @@ restart) 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" ;; |