diff options
author | Bill Nottingham <notting@redhat.com> | 2005-08-02 17:48:06 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-08-02 17:48:06 +0000 |
commit | d0b5253b0d2626bbe764cf8e120a0f105fae64d8 (patch) | |
tree | 00c8cd28acc8cc97c43790c815d2b59c2c51ab64 /rc.d | |
parent | add8477507925476112656de105b88464b0b40b6 (diff) | |
download | initscripts-d0b5253b0d2626bbe764cf8e120a0f105fae64d8.tar initscripts-d0b5253b0d2626bbe764cf8e120a0f105fae64d8.tar.gz initscripts-d0b5253b0d2626bbe764cf8e120a0f105fae64d8.tar.bz2 initscripts-d0b5253b0d2626bbe764cf8e120a0f105fae64d8.tar.xz initscripts-d0b5253b0d2626bbe764cf8e120a0f105fae64d8.zip |
add -m
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index ec971f6d..89ac1650 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -322,7 +322,7 @@ echo "mkdmnod" | /sbin/nash --quiet >/dev/null 2>&1 if [ -c /dev/mapper/control ]; then if [ -f /etc/multipath.conf -a -x /sbin/multipath ] ; then modprobe dm-multipath > /dev/null 2>&1 - /sbin/multipath -v 0 + /sbin/multipath -m -v 0 fi if [ -x /sbin/dmraid ]; then |