aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit4
1 files 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