From: Christian Hofstaedtler Date: Wed, 5 Jun 2013 01:54:07 +0000 (+0200) Subject: Update pdns auth init script so it works on wheezy X-Git-Tag: rec-3.6.0-rc1~692^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F847%2Fhead;p=thirdparty%2Fpdns.git Update pdns auth init script so it works on wheezy insserv would complain: insserv: There is a loop at service pdns if started insserv: There is a loop between service pdns and mountall if started insserv: There is a loop between service pdns and mountall-bootclean if started insserv: Starting rsync depends on pdns and therefore on system facility `$all' which can not be true! --- diff --git a/pdns/pdns.in b/pdns/pdns.in index f13559040a..6a62269206 100755 --- a/pdns/pdns.in +++ b/pdns/pdns.in @@ -6,12 +6,12 @@ # Provides: pdns # Required-Start: $remote_fs $network $syslog # Required-Stop: $remote_fs $network $syslog -# Should-Start: $all -# Should-Stop: +# Should-Start: +# Should-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Start/stop PowerDNS authoritative server -# Description: Start/stop PowerDNS authoritative server +# Short-Description: PowerDNS authoritative server +# Description: PowerDNS authoritative server ### END INIT INFO set -e