aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-04-20 16:35:35 +0000
committerBill Nottingham <notting@redhat.com>2006-04-20 16:35:35 +0000
commit41784d55e80fc84310d79386cb2adbb974fe6b26 (patch)
tree06977406a8f22394c2c3c017a3719f0c42261d8c
parentfadae89cff118ea6d7804935a4faaf59a7367e72 (diff)
downloadinitscripts-41784d55e80fc84310d79386cb2adbb974fe6b26.tar
initscripts-41784d55e80fc84310d79386cb2adbb974fe6b26.tar.gz
initscripts-41784d55e80fc84310d79386cb2adbb974fe6b26.tar.bz2
initscripts-41784d55e80fc84310d79386cb2adbb974fe6b26.tar.xz
initscripts-41784d55e80fc84310d79386cb2adbb974fe6b26.zip
remove call to zfcpconf.sh - that should be udev rules
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 0 insertions, 4 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index be9c5456..5dd74d9d 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -232,10 +232,6 @@ if [ -d /proc/acpi ]; then
modprobe $module >/dev/null 2>&1
done
fi
-
-# configure all zfcp (scsi over fibrechannel) devices before trying to mount them
-# zfcpconf.sh exists only on mainframe
-[ -x /sbin/zfcpconf.sh ] && /sbin/zfcpconf.sh
# RAID setup
update_boot_stage RCraid