rc.dns-autoslave
changeset 20 e1fd6b0ff9b6
parent 12 2a605c25d2c5
--- a/rc.dns-autoslave	Tue May 25 19:35:38 2010 +0000
+++ b/rc.dns-autoslave	Tue Aug 02 11:41:30 2011 +0200
@@ -1,6 +1,15 @@
 #! /bin/sh 
-# $Id$
-# $URL$
+
+### BEGIN INIT INFO
+# Provides:          dns-autoslave
+# Required-Start:    $local_fs $remote_fs $syslog $named $network $time
+# Required-Stop:     $local_fs $remote_fs $syslog $named $network
+# Should-Start:
+# Should-Stop:
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start/Stop the dns-autoslave daemon
+### END INIT INFO
 
 DAEMON=/usr/local/sbin/dns-autoslave
 PIDFILE=/var/run/`basename $DAEMON`.pid