From 6a8976f65e90920f2e304f56a0f6e355b1976cd0 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 12 May 1999 03:35:07 +0000 Subject: be careful about loading st.o --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 2460317e..b9955519 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -367,7 +367,7 @@ if [ -f /proc/scsi/scsi ] && cat /proc/scsi/scsi | grep -q 'Type: Sequential-A if cat /proc/devices | grep -qv ' 9 st' ; then if [ -n "$USEMODULES" ] ; then # Try to load the module. If it fails, ignore it... - modprobe st 2>/dev/null + insmod -p st >/dev/null 2>&1 && modprobe st >/dev/null 2>&1 fi fi fi -- cgit v1.2.1