public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
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
Date: Mon, 19 May 2008 04:32:00 -0000	[thread overview]
Message-ID: <20080519043158.15841.qmail@sourceware.org> (raw)

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@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@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


                 reply	other threads:[~2008-05-19  4:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080519043158.15841.qmail@sourceware.org \
    --to=fabbione@sourceware.org \
    --cc=cluster-cvs@sources.redhat.com \
    --cc=cluster-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).