File puppet-runlevels.patch of Package puppet
Patch0: -p Index: puppet-2.6.17/conf/suse/client.init =================================================================== --- puppet-2.6.17.orig/conf/suse/client.init +++ puppet-2.6.17/conf/suse/client.init @@ -17,7 +17,7 @@ # Should-Start: puppet # Required-Stop: $local_fs $remote_fs $network $syslog # Should-Stop: puppet -# Default-Start: 3 4 5 +# Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: puppet # Description: Enables periodic system configuration checks through puppet. Index: puppet-2.6.17/conf/suse/server.init =================================================================== --- puppet-2.6.17.orig/conf/suse/server.init +++ puppet-2.6.17/conf/suse/server.init @@ -15,7 +15,7 @@ # Should-Start: puppetmaster # Required-Stop: $local_fs $remote_fs $network $syslog # Should-Stop: puppetmaster -# Default-Start: 3 4 5 +# Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: puppetmaster # Description: Server for the puppet system management tool.