Author: glen Date: Wed Oct 24 15:40:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - typo
---- Files affected: SPECS: multipath-tools.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/multipath-tools.spec diff -u SPECS/multipath-tools.spec:1.32 SPECS/multipath-tools.spec:1.33 --- SPECS/multipath-tools.spec:1.32 Wed Oct 24 17:11:22 2007 +++ SPECS/multipath-tools.spec Wed Oct 24 17:40:01 2007 @@ -6,7 +6,7 @@ Summary(pl.UTF-8): Implementacja wielotrasowego dostępu do zasobów przy użyciu device-mappera Name: multipath-tools Version: 0.4.8 -Release: 0.3 +Release: 0.4 License: GPL v2 Group: Base Source0: http://christophe.varoqui.free.fr/multipath-tools/%{name}-%{version}.tar.bz2 @@ -101,7 +101,7 @@ fi %post -/sbin/chkconfig --add q2ded +/sbin/chkconfig --add multipathd if dmsetup table | grep -q multipath; then service multipathd start fi @@ -109,7 +109,7 @@ %preun if [ "$1" = "0" ]; then %service multipathd stop - /sbin/chkconfig --del q2ded + /sbin/chkconfig --del multipathd fi %files @@ -146,6 +146,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2007/10/24 15:40:01 glen +- typo + Revision 1.32 2007/10/24 15:11:22 glen - chkconfig ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/multipath-tools.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
