summaryrefslogtreecommitdiff
path: root/init.d.Linux
diff options
context:
space:
mode:
Diffstat (limited to 'init.d.Linux')
-rwxr-xr-xinit.d.Linux/clock2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.Linux/clock b/init.d.Linux/clock
index 640de57..a74bb28 100755
--- a/init.d.Linux/clock
+++ b/init.d.Linux/clock
@@ -74,7 +74,7 @@ start() {
setupopts
if [ ${fakeit} -ne 1 -a -e /proc/modules -a ! -e /dev/rtc ] ; then
- modprobe rtc 2>/dev/null || modprobe genrtc 2>/dev/null
+ modprobe -q rtc || modprobe -q genrtc
fi
ebegin "Setting system clock using the hardware clock" "[${TBLURB}]"