diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-09 18:00:45 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-09 18:00:45 +0000 |
commit | a7c88e8bc42a686f0e1b88b4473caa8a18cffea6 (patch) | |
tree | e80e52c3f77cf8af2fc894d894512b9a8dd5ca9b | |
parent | 08900a409350acfb3bea62ea8470095eeae450da (diff) | |
download | puppet-a7c88e8bc42a686f0e1b88b4473caa8a18cffea6.tar.gz puppet-a7c88e8bc42a686f0e1b88b4473caa8a18cffea6.tar.xz puppet-a7c88e8bc42a686f0e1b88b4473caa8a18cffea6.zip |
Adding patch from #308.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1752 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/suse/server.init | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/suse/server.init b/conf/suse/server.init index aedb0c7c8..34200af88 100644 --- a/conf/suse/server.init +++ b/conf/suse/server.init @@ -9,6 +9,17 @@ # description: Server for the puppet system management tool. # processname: puppetmaster +### BEGIN INIT INFO +# Provides: puppetmaster +# Required-Start: $local_fs $network $syslog +# Should-Start: +# Required-Stop: +# Default-Start: 3 4 5 +# Default-Stop: 0 1 2 6 +# Short-Description: puppetmaster +# Description: Server for the puppet system management tool. +### END INIT INFO + # Shell functions sourced from /etc/rc.status: # rc_check check and set local and overall rc status # rc_status check and set local and overall rc status |