[packages/systemd] - fix multipath activation - rel 10

baggins baggins at pld-linux.org
Tue Feb 11 22:38:11 CET 2014


commit 35ba9895c52e7f1f096a1c9e8147f36e93c2dffa
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Feb 11 22:37:56 2014 +0100

    - fix multipath activation
    - rel 10

 pld-storage-init.sh | 2 +-
 systemd.spec        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index 6c2cd1e..695d169 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -16,7 +16,7 @@ Summary(pl.UTF-8):	systemd - zarządca systemu i usług dla Linuksa
 Name:		systemd
 # Verify ChangeLog and NEWS when updating (since there are incompatible/breaking changes very often)
 Version:	208
-Release:	9
+Release:	10
 Epoch:		1
 License:	GPL v2+ (udev), LGPL v2.1+ (the rest)
 Group:		Base
diff --git a/pld-storage-init.sh b/pld-storage-init.sh
index 97fb2b7..c153727 100644
--- a/pld-storage-init.sh
+++ b/pld-storage-init.sh
@@ -6,7 +6,7 @@
 if ! is_no "$DM_MULTIPATH" && [ -x /sbin/multipath ]; then
 	modprobe -s dm-mod >/dev/null 2>&1
 	modprobe -s dm-multipath >/dev/null 2>&1
-	/sbin/multipath -u -v 0
+	/sbin/multipath -v 0
 	[ -x /sbin/kpartx ] && /sbin/dmsetup ls --target multipath --exec '/sbin/kpartx -u -a -p p'
 fi
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/35ba9895c52e7f1f096a1c9e8147f36e93c2dffa



More information about the pld-cvs-commit mailing list