rpms/cman/devel cman-2.0.14-defaultrun.patch, NONE, 1.1 cman.spec, 1.75, 1.76

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Sep 13 19:06:37 UTC 2006


Author: pjones

Update of /cvs/dist/rpms/cman/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9569

Modified Files:
	cman.spec 
Added Files:
	cman-2.0.14-defaultrun.patch 
Log Message:
- fix default runlevels


cman-2.0.14-defaultrun.patch:
 cman   |    2 +-
 qdiskd |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE cman-2.0.14-defaultrun.patch ---
--- cman-2.0.14/cman/init.d/qdiskd.defaultrun	2006-09-13 15:02:13.000000000 -0400
+++ cman-2.0.14/cman/init.d/qdiskd	2006-09-13 15:02:22.000000000 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# chkconfig: 345 22 78
+# chkconfig: - 22 78
 # description: Starts and stops the quroum disk daemon
 #
 #	       
--- cman-2.0.14/cman/init.d/cman.defaultrun	2006-09-13 15:02:09.000000000 -0400
+++ cman-2.0.14/cman/init.d/cman	2006-09-13 15:02:26.000000000 -0400
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# chkconfig: 345 21 79
+# chkconfig: - 21 79
 # description: Starts and stops cman
 #
 #


Index: cman.spec
===================================================================
RCS file: /cvs/dist/rpms/cman/devel/cman.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- cman.spec	13 Sep 2006 18:15:24 -0000	1.75
+++ cman.spec	13 Sep 2006 19:06:34 -0000	1.76
@@ -14,7 +14,7 @@
 
 Name: cman
 Version: %{cman_major}.%{cman_minor}
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: System Environment/Base
 Summary: cman - The Cluster Manager
@@ -32,6 +32,7 @@
 Patch0: cman-2.0.5-libraryfix.patch
 Patch1: cman-makefix.patch
 Patch2: cman-plocktemp.patch
+Patch3: cman-2.0.14-defaultrun.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -50,6 +51,7 @@
 %patch0 -p1 -b .libraryfix
 %patch1 -p1 -b .makefix
 %patch2 -p1 -b .plock
+%patch3 -p1 -b .defaultrun
 
 %build
 TOPDIR=`pwd`
@@ -113,6 +115,9 @@
 %{_libdir}/*.a
 
 %changelog
+* Wed Sep 13 2006 Peter Jones <pjones at redhat.com> - 2.0.14-4
+- Don't activate the service by default, since it won't be configured
+
 * Wed Sep 13 2006 Chris Feist <cfeist at redhat.com> - 2.0.14-2
 - Rebuild w/ new upstream sources
 - Remove libxml deps




More information about the fedora-cvs-commits mailing list