summaryrefslogtreecommitdiffstats
path: root/debian/bcfg2-server.init
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2012-11-15 12:30:11 -0600
committerSol Jerome <sol.jerome@gmail.com>2012-11-15 12:30:11 -0600
commit8df798d04249f481f7a7f82ca09c9a67a92f5699 (patch)
treee589e7b14a030e172f303cfb8d5f4146451cdaaa /debian/bcfg2-server.init
parent672c2751153dcd9e53de7f82d11be81cc37a7278 (diff)
downloadbcfg2-8df798d04249f481f7a7f82ca09c9a67a92f5699.tar.gz
bcfg2-8df798d04249f481f7a7f82ca09c9a67a92f5699.tar.bz2
bcfg2-8df798d04249f481f7a7f82ca09c9a67a92f5699.zip
debian: Apply init script fixes from Arto's repo
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'debian/bcfg2-server.init')
-rwxr-xr-xdebian/bcfg2-server.init8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/bcfg2-server.init b/debian/bcfg2-server.init
index a1fa65d14..8de16b9b5 100755
--- a/debian/bcfg2-server.init
+++ b/debian/bcfg2-server.init
@@ -7,13 +7,13 @@
#
### BEGIN INIT INFO
# Provides: bcfg2-server
-# Required-Start: $network $remote_fs $named
-# Required-Stop: $network $remote_fs $named
+# Required-Start: $network $remote_fs $named $syslog
+# Required-Stop: $network $remote_fs $named $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Configuration management Server
-# Description: Bcfg2 is a configuration management system that builds
-# installs configuration files served by bcfg2-server
+# Description: The server component of the Bcfg2 configuration management
+# system
### END INIT INFO
# Include lsb functions