deadwood: update to 3.2.09

This commit is contained in:
Juergen Daubert 2015-09-28 11:42:35 +02:00
parent 9d5b99f153
commit 1e2744b2f4
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,3 @@
d2dd952ec5806cf4330b2e4a486484b4 deadwood
b9e61120fc76e8d80bdb4745ff668ecf deadwood-3.2.08.tar.xz
b2dd06eb5f3e6c621695bd5679a2d208 deadwood
4d5abc2819a46535614cbb6986bb3dd0 deadwood-3.2.09.tar.xz
0a2d736d8043d5cae0c5e41d2110c6a9 dwood3rc

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=deadwood
version=3.2.08
version=3.2.09
release=1
source=(http://maradns.samiam.org/deadwood/stable/$name-$version.tar.xz \
dwood3rc deadwood)

View File

@ -11,9 +11,11 @@ LOG=/var/log/deadwood.log
case $1 in
start)
$SSD --start -bmC --pidfile $PID --exec $PROG >> $LOG 2>&1
RETVAL=$?
;;
stop)
$SSD --stop --remove-pidfile --retry 10 --pidfile $PID
RETVAL=$?
;;
restart)
$0 stop
@ -32,4 +34,7 @@ status)
echo "usage: $0 [start|stop|restart|status]"
;;
esac
exit $RETVAL
# End of file