summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-11-11 14:34:21 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-11-12 10:26:04 +0100
commitb3d85283a2cd3e02e9f301206a120d5193d3f366 (patch)
tree2d2098f90739e152b3367825a50a34e588c26460 /generic
parent591ff29139e551fb351e7bf71ae984d390d1db9e (diff)
downloadptxdist-b3d85283a2cd3e02e9f301206a120d5193d3f366.tar.gz
ptxdist-b3d85283a2cd3e02e9f301206a120d5193d3f366.tar.xz
[ntpclient] send output to /dev/null
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'generic')
-rw-r--r--generic/etc/init.d/ntpclient2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/etc/init.d/ntpclient b/generic/etc/init.d/ntpclient
index e6f6396ac..ccd79152f 100644
--- a/generic/etc/init.d/ntpclient
+++ b/generic/etc/init.d/ntpclient
@@ -6,7 +6,7 @@ case $1 in
start)
echo "ntpclient starting"
- /usr/sbin/ntpclient -i 600 -l -h @HOST@ &
+ /usr/sbin/ntpclient -i 600 -l -h @HOST@ > /dev/null &
;;
esac