From b29327813c666850c6ae2fb5d8dcfba90af196d3 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 3 Jul 2008 13:29:03 -0400 Subject: remove references to static dmraid/multipath binaries (#453987) --- rc.d/init.d/netfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.d/init.d/netfs') diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 1ad100bb..c0ea8525 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -43,9 +43,9 @@ case "$1" in [ -n "$NCPFSTAB" ] && action $"Mounting NCP filesystems: " mount -a -t ncpfs [ -n "$NETDEVFSTAB" ] && { - if [ -f /etc/multipath.conf -a -x /sbin/multipath.static ]; then + if [ -f /etc/multipath.conf -a -x /sbin/multipath ]; then modprobe dm-multipath >/dev/null 2>&1 - /sbin/multipath.static -v 0 + /sbin/multipath -v 0 if [ -x /sbin/kpartx ]; then /sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -a" fi -- cgit v1.2.1