aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-04-03 16:21:15 +0000
committerBill Nottingham <notting@redhat.com>2003-04-03 16:21:15 +0000
commit5217f545232d8d95444da2bae125f2b13f52900e (patch)
tree766c3820d1359faadf1222f0a597807ed25ca09b
parentd94d9646615f9a5fb88d928f03d5424b5963a4e0 (diff)
downloadinitscripts-5217f545232d8d95444da2bae125f2b13f52900e.tar
initscripts-5217f545232d8d95444da2bae125f2b13f52900e.tar.gz
initscripts-5217f545232d8d95444da2bae125f2b13f52900e.tar.bz2
initscripts-5217f545232d8d95444da2bae125f2b13f52900e.tar.xz
initscripts-5217f545232d8d95444da2bae125f2b13f52900e.zip
um, no, that's correct
-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 8f89960f..5005b24e 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -359,7 +359,7 @@ if [ -n "$IN_INITLOG" ]; then
IN_INITLOG=
fi
-if ! LC_ALL=C grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f /proc/ksyms ]; then
+if ! LC_ALL=C grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f /proc/modules ]; then
USEMODULES=y
fi