From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15888 invoked by alias); 19 May 2008 04:32:00 -0000 Received: (qmail 15856 invoked by uid 9702); 19 May 2008 04:31:59 -0000 Date: Mon, 19 May 2008 04:32:00 -0000 Message-ID: <20080519043158.15841.qmail@sourceware.org> From: fabbione@sourceware.org To: cluster-cvs@sources.redhat.com, cluster-devel@redhat.com Subject: Cluster Project branch, master, updated. cluster-2.99.01-15-g3bfefa4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5cc39fb3272c6ef46049c834ae0e51d2db844307 X-Git-Newrev: 3bfefa4b81736aa9cc3827168a39cd4ffe85329a Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00349.txt.bz2 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 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 ----------------------------------------------------------------------- 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