[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. d2d679e004fbd73cb7f948828ea7fa947a568dcd

Micah Anderson micah at riseup.net
Mon Apr 14 04:07:53 UTC 2008


The following commit has been merged in the master branch:
commit d2d679e004fbd73cb7f948828ea7fa947a568dcd
Author: Micah Anderson <micah at riseup.net>
Date:   Mon Apr 14 00:07:37 2008 -0400

    Adjusted LSB headers in initscripts to be more useful

diff --git a/debian/changelog b/debian/changelog
index f921791..798b43a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ puppet (0.24.4-4) unstable; urgency=low
   * Modify /etc/init.d/puppetmaster to support mongrel instances
     on multiple ports
   * Remove no longer necessary .svn cleaning from debian/rules
+  * Add $network and $named to Required-Start and Required-Stop 
+    LSB headers in puppet and puppetmaster initscripts, 
+    thanks Sam Quigley
+  * Added Should-Start: $network and Should-Stop: $network in 
+    puppetmaster initscript
   * Cherry-pick upstream patches from 0.24.x branch:
     - Install manpages
     - Fix shebang issues (#1148)
diff --git a/debian/puppet.init b/debian/puppet.init
index 7b65ab5..c18d0bd 100644
--- a/debian/puppet.init
+++ b/debian/puppet.init
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          puppet                                                                                                                                
-# Required-Start:    $remote_fs $syslog                                                                                                                    
-# Required-Stop:     $remote_fs $syslog                                                                                                                    
+# Required-Start:    $network $named $remote_fs $syslog
+# Required-Stop:     $network $named $remote_fs $syslog
 # Should-Start:      puppetmaster                                                                                                                          
 # Default-Start:     2 3 4 5                                                                                                                               
 # Default-Stop:      0 1 6                                                                                                                                 
diff --git a/debian/puppetmaster.init b/debian/puppetmaster.init
index 02987fa..709e8b1 100644
--- a/debian/puppetmaster.init
+++ b/debian/puppetmaster.init
@@ -1,8 +1,10 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          puppetmaster                                                                                                                          
-# Required-Start:    $remote_fs $syslog                                                                                                                    
-# Required-Stop:     $remote_fs $syslog                                                                                                                    
+# Required-Start:    $named $remote_fs $syslog
+# Required-Stop:     $named $remote_fs $syslog
+# Should-Start:      $network
+# Should-Stop:	     $network
 # Default-Start:     2 3 4 5                                                                                                                               
 # Default-Stop:      0 1 6                                                                                                                                 
 ### END INIT INFO                 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list