diff options
Diffstat (limited to 'mandriva')
-rw-r--r-- | mandriva/rc.modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mandriva/rc.modules b/mandriva/rc.modules index da5619d1..fadc9804 100644 --- a/mandriva/rc.modules +++ b/mandriva/rc.modules @@ -40,5 +40,5 @@ done [ -z "$TOLOAD" ] && exit 0 -logger -t $0 "Loading modules:"$TOLOAD -/sbin/modprobe -a $TOLOAD 2>/dev/null +echo "Loading modules:"$TOLOAD >&2 +/sbin/modprobe -a $TOLOAD |