aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.com>2003-04-03 10:11:30 +0000
committerKarsten Hopp <karsten@redhat.com>2003-04-03 10:11:30 +0000
commitd94d9646615f9a5fb88d928f03d5424b5963a4e0 (patch)
treed7a0b9c4d93268746110252e350e3a39fc2b7dd9 /rc.d
parent7e77c0f5562c64f80d531bf475e55d705c8d19eb (diff)
downloadinitscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.tar
initscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.tar.gz
initscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.tar.bz2
initscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.tar.xz
initscripts-d94d9646615f9a5fb88d928f03d5424b5963a4e0.zip
- sync with beehive packager7-15
- prepare for rebuild in 3.0E: Mainframe has no /dev/ttyX devices and no mingetty, don't initialize them. This gave error messages during startup
Diffstat (limited to 'rc.d')
-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 5005b24e..8f89960f 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/modules ]; then
+if ! LC_ALL=C grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f /proc/ksyms ]; then
USEMODULES=y
fi