maradns: update to 2.0.13

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

View File

@ -1,4 +1,4 @@
6e2f5cfb258b8955fa345a2070b6c4b0 db.localhost
0dce90ec6ee5c8a368ec692ec9d5ccc5 maradns
5d5a8176fc78a6d2e456974c9cf2de6b maradns-2.0.12.tar.bz2
e752122d3f1beb32ba0ebd3738c1071e maradns
b72f61b3b942d971712cf0f0a68a2966 maradns-2.0.13.tar.bz2
8205d9a6cdeba454d173847fd44168a3 mararc

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=maradns
version=2.0.12
version=2.0.13
release=1
source=(http://maradns.samiam.org/download/2.0/$version/$name-$version.tar.bz2 \
mararc maradns db.localhost)

View File

@ -11,9 +11,11 @@ LOG=/var/log/maradns.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