From 5217f545232d8d95444da2bae125f2b13f52900e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 3 Apr 2003 16:21:15 +0000 Subject: um, no, that's correct --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d') 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 -- cgit v1.2.1