summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@fedoraproject.org>2005-05-04 14:11:38 +0000
committerAlasdair Kergon <agk@fedoraproject.org>2005-05-04 14:11:38 +0000
commit8ea90ca8717e359b424db881b7628bcc23bc1637 (patch)
tree2c2ed9f9cacb014fc747eef0bb58f97479a700a4
parentedf0f1daaba6fe740251283d96bfde3120c8c0f3 (diff)
downloaddevice-mapper-multipath-8ea90ca8717e359b424db881b7628bcc23bc1637.tar.gz
device-mapper-multipath-8ea90ca8717e359b424db881b7628bcc23bc1637.tar.xz
device-mapper-multipath-8ea90ca8717e359b424db881b7628bcc23bc1637.zip
By default, disable the multipathd service.device-mapper-multipath-0_4_4-2_1
-rw-r--r--device-mapper-multipath.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/device-mapper-multipath.spec b/device-mapper-multipath.spec
index 985e94c..151d582 100644
--- a/device-mapper-multipath.spec
+++ b/device-mapper-multipath.spec
@@ -1,7 +1,7 @@
Summary: Tools to manage multipath devices using device-mapper.
Name: device-mapper-multipath
Version: 0.4.4
-Release: 2.0
+Release: 2.1
License: GPL
Group: System Environment/Base
URL: http://christophe.varoqui.free.fr/
@@ -57,6 +57,7 @@ rm -rf $RPM_BUILD_ROOT
%post
/sbin/chkconfig --add multipathd
+/sbin/chkconfig --levels 0123456 off
%preun
if [ "$1" = 0 ]; then
@@ -76,6 +77,9 @@ fi
/var/cache/multipath
%changelog
+* Wed May 04 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-2.1
+- By default, disable the multipathd service.
+
* Tue Apr 19 2005 Alasdair Kergon <agk@redhat.com> - 0.4.4-2.0
- Fix core dump from last build.