From 698891357e5eb2e893d39ebf40a3a90d214a7058 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 5 Jun 2013 03:54:07 +0200 Subject: [PATCH] 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! --- pdns/pdns.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2