]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- fix multipath activation auto/th/systemd-208-10
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 11 Feb 2014 21:37:56 +0000 (22:37 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 11 Feb 2014 21:37:56 +0000 (22:37 +0100)
- rel 10

pld-storage-init.sh
systemd.spec

index 97fb2b70b8e79b111c0ec7cd8c60bcc62f3a14cd..c15372732d1a321c4c0fa3939d26bcdc53db934d 100644 (file)
@@ -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
 
index 6c2cd1e6c5c1aade039152d527143bf543c34450..695d169538b03f4e5c60f1823fe45d80c23b5898 100644 (file)
@@ -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
This page took 0.274039 seconds and 4 git commands to generate.