aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnson <jbj@redhat.com>1998-08-14 19:21:32 +0000
committerJeff Johnson <jbj@redhat.com>1998-08-14 19:21:32 +0000
commit179d4859f9ecc23efbf46e6a04e8923aa9c5c531 (patch)
treee39c6d72c0960832164fc60e2e36bbdccab8089c
parent726f6ecd3ea6e3f1c188c5e1662631aa2e19da03 (diff)
downloadinitscripts-179d4859f9ecc23efbf46e6a04e8923aa9c5c531.tar
initscripts-179d4859f9ecc23efbf46e6a04e8923aa9c5c531.tar.gz
initscripts-179d4859f9ecc23efbf46e6a04e8923aa9c5c531.tar.bz2
initscripts-179d4859f9ecc23efbf46e6a04e8923aa9c5c531.tar.xz
initscripts-179d4859f9ecc23efbf46e6a04e8923aa9c5c531.zip
Remove attempt to avoid running depmod on 2.1.x kernels.
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 359f168c..d663ac05 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -124,7 +124,7 @@ if [ -n "$USEMODULES" ]; then
fi
fi
-if [ -x /sbin/depmod -a -n "$USEMODULES" -a ! -f /proc/sys/kernel/modprobe ]; then
+if [ -x /sbin/depmod -a -n "$USEMODULES" ]; then
# Get ready for kerneld if module support in the kernel
echo -n "Finding module dependencies... "
if [ -e /lib/modules/preferred ]; then