From bfa135cb436bc776ce39c15f99d282890788d168 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 10 Nov 2005 22:24:13 +0000 Subject: more multipath.static references (#168321) --- rc.d/rc.sysinit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index bc89fda9..708e3e42 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -550,9 +550,9 @@ if [ -f /etc/mdadm.conf ]; then /sbin/mdadm -A -s # LVM2 initialization, take 2 if [ -c /dev/mapper/control ]; then - if [ -x /sbin/multipath ]; then + if [ -x /sbin/multipath.static ]; then modprobe dm-multipath >/dev/null 2>&1 - /sbin/multipath -v 0 + /sbin/multipath.static -v 0 fi if [ -x /sbin/dmraid ]; then @@ -650,9 +650,9 @@ if [ -f /etc/raidtab ]; then fi # LVM2 initialization, take 2 if [ -c /dev/mapper/control ]; then - if [ -x /sbin/multipath ]; then + if [ -x /sbin/multipath.static ]; then modprobe dm-multipath >/dev/null 2>&1 - /sbin/multipath -v 0 + /sbin/multipath.static -v 0 fi if [ -x /sbin/dmraid ]; then -- cgit