rpms/GFS/devel gfs-6.1-pre22-norun.patch,NONE,1.1 GFS.spec,1.8,1.9

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


Author: cfeist

Update of /cvs/dist/rpms/GFS/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13984

Modified Files:
	GFS.spec 
Added Files:
	gfs-6.1-pre22-norun.patch 
Log Message:
Added patch to disable starting up the init scripts.

gfs-6.1-pre22-norun.patch:
 gfs |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gfs-6.1-pre22-norun.patch ---
--- gfs-6.1-pre22/init.d/gfs.norun	2005-05-05 12:09:52.000000000 -0500
+++ gfs-6.1-pre22/init.d/gfs	2005-05-05 12:09:56.000000000 -0500
@@ -2,7 +2,7 @@
 #
 # 
 #
-# chkconfig: 345 26 74
+# chkconfig: - 26 74
 # description: mount/unmount gfs filesystems configured in /etc/fstab
 #
 #	       


Index: GFS.spec
===================================================================
RCS file: /cvs/dist/rpms/GFS/devel/GFS.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- GFS.spec	5 May 2005 15:56:33 -0000	1.8
+++ GFS.spec	5 May 2005 17:11:15 -0000	1.9
@@ -13,7 +13,7 @@
 
 Name: GFS
 Version: 6.1
-Release: 0.pre22.2
+Release: 0.pre22.3
 License: GPL
 Group: System Environment/Kernel
 Summary: GFS - The Global File System
@@ -22,6 +22,7 @@
 ExclusiveArch: i386 x86_64
 Requires: initscripts >= 7.93.2.EL-1
 Source0: gfs-%{version}-%{subversion}.tar.gz
+Patch1: gfs-6.1-pre22-norun.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 
 %description
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q -n gfs-%{version}-%{subversion}
+%patch1 -p1 -b .norun
 
 %build
 ./configure --mandir=%{_mandir}
@@ -72,6 +74,9 @@
 
 
 %changelog
+* Thu May 05 2005 Chris Feist <cfeist at redhat.com>
+- Added patch to disable starting up the init scripts.
+
 * Wed Dec 22 2004 Chris Feist <cfeist at redhat.com>
 - Added code to re-read sysctl.conf.
 




More information about the fedora-cvs-commits mailing list