unbound: update to 1.5.4

This commit is contained in:
Juergen Daubert 2015-07-09 15:32:22 +02:00
parent 05779db8c5
commit eb18ec1a45
3 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
4efc120538752183b95d997e92d1795e unbound
1e95fdcbaaf5dc87432d898006a5eb13 unbound-1.5.3.tar.gz
5bf1cabac23d0c2d89d2696039064d0a unbound
f85854baad15adc7ce8acefe6cda4cf8 unbound-1.5.4.tar.gz

View File

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

View File

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