rpms/gulm/devel gulm.spec,1.10,1.11

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 5 18:21:47 UTC 2005


Author: cfeist

Update of /cvs/dist/rpms/gulm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12582

Modified Files:
	gulm.spec 
Log Message:
Fixed init script handling.


Index: gulm.spec
===================================================================
RCS file: /cvs/dist/rpms/gulm/devel/gulm.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gulm.spec	5 May 2005 17:09:24 -0000	1.10
+++ gulm.spec	5 May 2005 18:21:45 -0000	1.11
@@ -13,7 +13,7 @@
 
 Name: gulm
 Version: 1.0
-Release: 0.pre28.5
+Release: 0.pre28.6
 License: GPL
 Group: System Environment/Daemons
 Summary: gulm - One possible lock manager for GFS
@@ -57,10 +57,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-if [ "$1" = 1 ]; then
         /sbin/chkconfig --add lock_gulmd
-        /sbin/chkconfig lock_gulmd off
-fi
 
 %preun
 if [ "$1" = 0 ]; then




More information about the fedora-cvs-commits mailing list