From 45d2bcdb9f24ec3a9f65e94683c2ee2e67effa49 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 2 Jun 2007 12:23:43 +0000 Subject: Use -q option with modprobe rather than sending to /dev/null. --- init.d.Linux/clock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.d.Linux/clock') diff --git a/init.d.Linux/clock b/init.d.Linux/clock index 640de577..a74bb289 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}]" -- cgit v1.2.3