diff options
| author | Bill Nottingham <notting@redhat.com> | 2005-08-03 00:59:39 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2005-08-03 00:59:39 +0000 |
| commit | 0456ae4dedfd29d466898cd65965d1b682cea152 (patch) | |
| tree | a39a99278a34d70b2f25a749d3a632c1faca489f | |
| parent | d0b5253b0d2626bbe764cf8e120a0f105fae64d8 (diff) | |
| download | initscripts-0456ae4dedfd29d466898cd65965d1b682cea152.tar.gz initscripts-0456ae4dedfd29d466898cd65965d1b682cea152.tar.xz initscripts-0456ae4dedfd29d466898cd65965d1b682cea152.zip | |
remove -m
| -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 89ac1650..ec971f6d 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 -m -v 0 + /sbin/multipath -v 0 fi if [ -x /sbin/dmraid ]; then |
