From d6cd1bbc5f06dd37b841c99de69fcb9bbabb4eff Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 19 Aug 1999 18:49:59 +0000 Subject: depmod exits with 0 even with unresolved dependencies. Bad. --- rc.d/rc.sysinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index c88b75c6..74d55ed1 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -238,9 +238,9 @@ if [ -x /sbin/depmod -a -n "$USEMODULES" ]; then fi fi if [ -L /lib/modules/default ]; then - action "Finding module dependencies" depmod -a default + INITLOG_ARGS= action "Finding module dependencies" depmod -a default else - action "Finding module dependencies" depmod -a + INITLOG_ARGS= action "Finding module dependencies" depmod -a fi fi -- cgit v1.2.1