]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns auth init script so it works on wheezy 847/head
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Wed, 5 Jun 2013 01:54:07 +0000 (03:54 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Wed, 5 Jun 2013 01:55:27 +0000 (03:55 +0200)
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

index f13559040ab110c2d6760c398114eea63f539d26..6a622692069f7523489a59aaef793810d73e9ce5 100755 (executable)
@@ -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