From 8ea90ca8717e359b424db881b7628bcc23bc1637 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 4 May 2005 14:11:38 +0000 Subject: [PATCH] By default, disable the multipathd service. --- device-mapper-multipath.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 - 0.4.4-2.1 +- By default, disable the multipathd service. + * Tue Apr 19 2005 Alasdair Kergon - 0.4.4-2.0 - Fix core dump from last build.