]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/platforms/suse/bacula-sd.in
ebl tweak debug message
[bacula/bacula] / bacula / platforms / suse / bacula-sd.in
index 3924137cc7d9b6ae8f6e6ed3f93fa96b5032a5c3..a6093db23b803d77e18629ad16def638d7fcaf12 100755 (executable)
@@ -3,13 +3,23 @@
 # bacula       This shell script takes care of starting and stopping
 #             the bacula Storage daemon.
 #
-# chkconfig: 2345 90 99
+# chkconfig: 2345 90 9
 # description: It comes by night and sucks the vital essence from your computers.
 #
 #  For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
 # Modified to work on SuSE 1/31/2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
 # Added rc.status functions 3/13/2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
+# Added LSB init info 10/14/2004 D. Scott Barninger <barninger at fairfieldcomputers.com>
 #
+### BEGIN INIT INFO
+# Provides:                    bacula-sd
+# Required-Start:              $local_fs $network
+# Required-Stop:               $local_fs $network
+# Default-Start:               3 5
+# Default-Stop:        0 1 2 6
+# Short-Description:   bacula storage daemon
+# Description:                 Bacula network backup system storage daemon
+### END INIT INFO
 
 # source process status functions
 # this gives us funtion rc_status -v to tell us if we succeed or fail