Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > efdfc42b993fef2b32c06b0ee8ee7314 > files > 2

mcollective-1.3.1-6.fc15.src.rpm

From e94536dd65ee717830990c50f6eedce310d4373e Mon Sep 17 00:00:00 2001
From: "Jeffrey C. Ollie" <jeff@ocjtech.us>
Date: Mon, 5 Dec 2011 16:07:20 -0600
Subject: [PATCH 2/2] Don't enable services by default.

---
 mcollective.init    |    6 +++---
 mcollective.init-rh |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mcollective.init b/mcollective.init
index 37e96ab..eaff24d 100755
--- a/mcollective.init
+++ b/mcollective.init
@@ -2,7 +2,7 @@
 #
 # mcollective   Application Server for STOMP based agents
 #
-# chkconfig:    345 24 76
+# chkconfig:    - 24 76
 #
 # description:  mcollective lets you build powerful Stomp compatible middleware clients in ruby without having to worry too
 #               much about all the setup and management of a Stomp connection, it also provides stats, logging and so forth
@@ -12,8 +12,8 @@
 # Provides:          mcollective
 # Required-Start:    $remote_fs
 # Required-Stop:     $remote_fs
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
+# Default-Start:     
+# Default-Stop:      0 1 2 3 4 5 6
 # Short-Description: Start daemon at boot time
 # Description:       Enable service provided by daemon.
 ### END INIT INFO
diff --git a/mcollective.init-rh b/mcollective.init-rh
index feebc0c..aa9a3d4 100755
--- a/mcollective.init-rh
+++ b/mcollective.init-rh
@@ -2,7 +2,7 @@
 #
 # mcollective   Application Server for STOMP based agents
 #
-# chkconfig:    345 24 76
+# chkconfig:    - 24 76
 #
 # description:  mcollective lets you build powerful Stomp compatible middleware clients in ruby without having to worry too
 #               much about all the setup and management of a Stomp connection, it also provides stats, logging and so forth
@@ -12,8 +12,8 @@
 # Provides:          mcollective
 # Required-Start:    $remote_fs
 # Required-Stop:     $remote_fs
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
+# Default-Start:     
+# Default-Stop:      0 1 2 3 4 5 6
 # Short-Description: Start daemon at boot time
 # Description:       Enable service provided by daemon.
 ### END INIT INFO
-- 
1.7.7.4