rpms/device-mapper-multipath/devel init.patch, NONE, 1.1 device-mapper-multipath.spec, 1.9, 1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 6 17:41:28 UTC 2005


Author: notting

Update of /cvs/dist/rpms/device-mapper-multipath/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21943

Modified Files:
	device-mapper-multipath.spec 
Added Files:
	init.patch 
Log Message:
fix initscript disabling on install


init.patch:
 multipathd.init.redhat |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE init.patch ---
--- multipath-tools-0.4.4.2/multipathd/multipathd.init.redhat.foo	2005-05-06 13:34:25.000000000 -0400
+++ multipath-tools-0.4.4.2/multipathd/multipathd.init.redhat	2005-05-06 13:34:32.000000000 -0400
@@ -5,7 +5,7 @@
 #
 # Starts the multipath daemon
 #
-# chkconfig: 2345 13 87
+# chkconfig: - 13 87
 # description: Manage device-mapper multipath devices
 # processname: multipathd
 


Index: device-mapper-multipath.spec
===================================================================
RCS file: /cvs/dist/rpms/device-mapper-multipath/devel/device-mapper-multipath.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- device-mapper-multipath.spec	5 May 2005 14:43:28 -0000	1.9
+++ device-mapper-multipath.spec	6 May 2005 17:41:26 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: Tools to manage multipath devices using device-mapper.
 Name: device-mapper-multipath
 Version: 0.4.4
-Release: 2.2
+Release: 2.3
 License: GPL
 Group: System Environment/Base
 URL: http://christophe.varoqui.free.fr/
@@ -12,6 +12,7 @@
 Patch3: makefile.patch
 Patch4: move_cache_file.patch
 Patch5: cache_open_mode.patch
+Patch6: init.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: sysfsutils-devel,device-mapper
 
@@ -41,6 +42,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 make DESTDIR=$RPM_BUILD_ROOT
@@ -57,7 +59,6 @@
 
 %post
 /sbin/chkconfig --add multipathd
-/sbin/chkconfig --levels 0123456 multipathd off
 
 %preun
 if [ "$1" = 0 ]; then
@@ -77,6 +78,9 @@
 /var/cache/multipath
 
 %changelog
+* Fri May 06 2005 Bill Nottingham <notting at redhat.com> - 0.4.4-2.3
+- Fix last fix.
+
 * Thu May 05 2005 Alasdair Kergon <agk at redhat.com> - 0.4.4-2.2
 - Fix last fix.
 




More information about the fedora-cvs-commits mailing list