[Cluster-devel] Cluster Project branch, master, updated. cluster-2.99.01-15-g3bfefa4

fabbione at sourceware.org fabbione at sourceware.org
Mon May 19 04:31:58 UTC 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".

http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=3bfefa4b81736aa9cc3827168a39cd4ffe85329a

The branch, master has been updated
       via  3bfefa4b81736aa9cc3827168a39cd4ffe85329a (commit)
      from  5cc39fb3272c6ef46049c834ae0e51d2db844307 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3bfefa4b81736aa9cc3827168a39cd4ffe85329a
Author: Fabio M. Di Nitto <fdinitto at redhat.com>
Date:   Mon May 19 06:30:48 2008 +0200

    [INIT] Do not start services automatically
    
    Apply Fedora policy to not start services automatically
    to our init scripts.
    
    Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>

-----------------------------------------------------------------------

Summary of changes:
 cman/init.d/cman.in            |    6 +++---
 cman/init.d/qdiskd             |    6 +++---
 fence/agents/scsi/scsi_reserve |    6 +++---
 gfs2/init.d/gfs2               |    6 +++---
 rgmanager/init.d/rgmanager.in  |    6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/cman/init.d/cman.in b/cman/init.d/cman.in
index dd63b96..1134e80 100644
--- a/cman/init.d/cman.in
+++ b/cman/init.d/cman.in
@@ -2,7 +2,7 @@
 #
 # cman - Cluster Manager init script
 #
-# chkconfig: 345 21 79
+# chkconfig: - 21 79
 # description: Starts and stops cman
 #
 #
@@ -10,8 +10,8 @@
 # Provides:		cman
 # Required-Start:	$network
 # Required-Stop:	$network
-# Default-Start:	3 4 5
-# Default-Stop:		0 1 2 6
+# Default-Start:
+# Default-Stop:
 # Short-Description:	Starts and stops cman
 # Description:		Starts and stops the Cluster Manager set of daemons
 ### END INIT INFO
diff --git a/cman/init.d/qdiskd b/cman/init.d/qdiskd
index c4aa4a9..62bd33f 100755
--- a/cman/init.d/qdiskd
+++ b/cman/init.d/qdiskd
@@ -2,15 +2,15 @@
 #
 # qdiskd quorum disk daemon
 #
-# chkconfig: 345 22 78
+# chkconfig: - 22 78
 # description: Starts and stops the quorum disk daemon
 
 ### BEGIN INIT INFO
 # Provides: 		qdiskd
 # Required-Start:	cman
 # Required-Stop:	cman
-# Default-Start:	3 4 5
-# Default-Stop:		0 1 2 6
+# Default-Start:
+# Default-Stop:
 # Short-Description:	start/stop quorum disk daemon
 # Description:		start/stop quorum disk daemon
 ### END INIT INFO
diff --git a/fence/agents/scsi/scsi_reserve b/fence/agents/scsi/scsi_reserve
index 8b85aa9..00fc650 100755
--- a/fence/agents/scsi/scsi_reserve
+++ b/fence/agents/scsi/scsi_reserve
@@ -2,15 +2,15 @@
 #
 # scsi_reserve persistent reservation service for lvm
 #
-# chkconfig: 345 25 75
+# chkconfig: - 25 75
 # description: start/stop persistent reservation service for lvm
 
 ### BEGIN INIT INFO
 # Provides:		scsi_reserve
 # Required-Start:	cman
 # Required-Stop:	cman
-# Default-Start:	3 4 5
-# Default-Stop:		0 1 2 6
+# Default-Start:
+# Default-Stop:
 # Short-Description:	start/stop persistent reservation service for lvm
 # Description:		start/stop persistent reservation service for lvm
 ### END INIT INFO
diff --git a/gfs2/init.d/gfs2 b/gfs2/init.d/gfs2
index 26c99d5..146d789 100755
--- a/gfs2/init.d/gfs2
+++ b/gfs2/init.d/gfs2
@@ -2,15 +2,15 @@
 #
 # gfs2 mount/unmount helper
 #
-# chkconfig: 345 26 74
+# chkconfig: - 26 74
 # description: mount/unmount gfs2 filesystems configured in /etc/fstab
 
 ### BEGIN INIT INFO
 # Provides:		gfs2
 # Required-Start:	$network cman
 # Required-Stop:	$network cman
-# Default-Start:	3 4 5
-# Default-Stop:		0 1 2 6
+# Default-Start:
+# Default-Stop:
 # Short-Description:	mount/unmount gfs2 filesystems configured in /etc/fstab
 # Description:		mount/unmount gfs2 filesystems configured in /etc/fstab
 ### END INIT INFO
diff --git a/rgmanager/init.d/rgmanager.in b/rgmanager/init.d/rgmanager.in
index eb2c065..a5e6c4a 100644
--- a/rgmanager/init.d/rgmanager.in
+++ b/rgmanager/init.d/rgmanager.in
@@ -6,15 +6,15 @@
 # the terms of the GNU General Public License version 2, or (at your option)
 # any later version.
 #
-# chkconfig: 345 99 01
+# chkconfig: - 99 01
 # description: Starts and stops Red Hat Service (resource group) Manager
 
 ### BEGIN INIT INFO
 # Provides:		rgmanager
 # Required-Start:	cman
 # Required-Stop:	cman
-# Default-Start:	3 4 5
-# Default-Stop:		0 1 2 6
+# Default-Start:
+# Default-Stop:
 # Short-Description:	Starts and stops Red Hat Service (resource group) Manager
 # Description:		Starts and stops Red Hat Service (resource group) Manager
 ### END INIT INFO


hooks/post-receive
--
Cluster Project




More information about the Cluster-devel mailing list