summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 2e798c2697f..93cdf6a9715 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.252 2004/09/17 21:50:30 mcbride Exp $
+# $OpenBSD: rc,v 1.253 2004/09/18 20:17:37 henning Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -315,7 +315,8 @@ if [ "X${timed_flags}" != X"NO" ]; then
fi
if [ "X${ntpd_flags}" != X"NO" ]; then
- echo -n ' ntpd'; ntpd $ntpd_flags
+ # since this is system startup, use -s
+ echo -n ' ntpd'; ntpd -s $ntpd_flags
fi
echo '.'