rpms/cman/devel cman-1.0-pre33-norun.patch, NONE, 1.1 cman.spec, 1.11, 1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 5 17:03:48 UTC 2005


Author: cfeist

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

Modified Files:
	cman.spec 
Added Files:
	cman-1.0-pre33-norun.patch 
Log Message:
Added patch to disable starting up the init scripts.

cman-1.0-pre33-norun.patch:
 cman |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE cman-1.0-pre33-norun.patch ---
--- cman-1.0-pre33/init.d/cman.norun	2005-05-05 12:02:18.000000000 -0500
+++ cman-1.0-pre33/init.d/cman	2005-05-05 12:02:22.000000000 -0500
@@ -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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- cman.spec	5 May 2005 16:08:36 -0000	1.11
+++ cman.spec	5 May 2005 17:03:46 -0000	1.12
@@ -13,7 +13,7 @@
 
 Name: cman
 Version: 1.0
-Release: 0.pre33.5
+Release: 0.pre33.6
 License: GPL
 Group: System Environment/Base
 Summary: cman - The Cluster Manager
@@ -25,6 +25,7 @@
 Requires: cman-kernel >= 2.6.11
 ExclusiveArch: i386 x86_64
 Source0: %{name}-%{version}-%{subversion}.tar.gz
+Patch1: cman-1.0-pre33-norun.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 %description
@@ -32,6 +33,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}-%{subversion}
+%patch -p1 -b .norun
 
 %build
 ./configure --mandir=%{_mandir}
@@ -66,6 +68,9 @@
 %{_mandir}
 
 %changelog
+* Thu May 05 2005 Chris Feist <cfeist at redhat.com>
+- Added patch to disable starting up the init scripts.
+
 * Mon Dec 20 2004 Chris Feist <cfeist at redhat.com>
 - Rebuild with new sources.
 




More information about the fedora-cvs-commits mailing list