]> git.sur5r.net Git - bacula/bacula/commitdiff
Make Ubuntu autostart scripts LSB compliant
authorKern Sibbald <kern@sibbald.com>
Mon, 13 Sep 2010 10:59:33 +0000 (12:59 +0200)
committerKern Sibbald <kern@sibbald.com>
Mon, 13 Sep 2010 11:01:49 +0000 (13:01 +0200)
bacula/platforms/ubuntu/bacula-dir.in
bacula/platforms/ubuntu/bacula-fd.in
bacula/platforms/ubuntu/bacula-sd.in

index c75a57269f172a50128d277663299f11b6369608..d4bbc404c5bb7c01cacf222599383f52eed654eb 100644 (file)
@@ -9,6 +9,17 @@
 #  For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
 #
 
+### BEGIN INIT INFO
+# Provides:            bacula-dir
+# Required-Start:      $local_fs $remote_fs $network $time
+# Required-Stop:       $local_fs $remote_fs $network $time
+# Default-Start:       2 3 4 5
+# Default-Stop:        0 1 6
+# Short-Description:   Bacula Director
+# Description:         Bacula is a network backup and restore program
+### END INIT INFO
+
+
 NAME="bacula-dir"
 DESC="Bacula Director"
 DAEMON=@sbindir@/${NAME}
index 87d9bf00d7b9efd883026175b71a249c7895987a..17d3d04dbbbea2243e3cfd6f7b9cd0d586fb5bf4 100644 (file)
@@ -9,6 +9,17 @@
 #  For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
 #
 
+### BEGIN INIT INFO
+# Provides:            bacula-fd
+# Required-Start:      $local_fs $remote_fs $network $time
+# Required-Stop:       $local_fs $remote_fs $network $time
+# Default-Start:       2 3 4 5
+# Default-Stop:        0 1 6
+# Short-Description:   Bacula File Daemon
+# Description:         Bacula is a network backup and restore program
+### END INIT INFO
+
+
 NAME="bacula-fd"
 DESC="Bacula File Daemon"
 DAEMON=@sbindir@/${NAME}
index 1ddca02a4476578c0de3bdd24a2209c3d5d84794..e8c5e6c7317f48ea97ecb962d471783ce4174ea7 100644 (file)
@@ -9,6 +9,17 @@
 #  For Bacula release @VERSION@ (@DATE@) -- @DISTNAME@
 #
 
+### BEGIN INIT INFO
+# Provides:            bacula-sdr
+# Required-Start:      $local_fs $remote_fs $network $time
+# Required-Stop:       $local_fs $remote_fs $network $time
+# Default-Start:       2 3 4 5
+# Default-Stop:        0 1 6
+# Short-Description:   Bacula Storage Daemon
+# Description:         Bacula is a network backup and restore program
+### END INIT INFO
+
+
 NAME="bacula-sd"
 DESC="Bacula Storage Daemon"
 DAEMON=@sbindir@/${NAME}