summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-06-19 16:55:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-06-19 16:55:11 +0000
commit152fcabed25d35558080ad2c42f23869e3091c7a (patch)
tree9d53346b034edb7234e7802642ddae129eab05af /etc
parent9880d1789b0653058775cee62ef862098c07cca6 (diff)
ntpd -s by default is just a pause if there is no net
Diffstat (limited to 'etc')
-rw-r--r--etc/rc5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 4fa90438432..fd487a97e6b 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.269 2005/06/14 22:49:06 dhartmei Exp $
+# $OpenBSD: rc,v 1.270 2005/06/19 16:55:10 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -396,8 +396,7 @@ if [ X"${timed_flags}" != X"NO" ]; then
fi
if [ X"${ntpd_flags}" != X"NO" ]; then
- # since this is system startup, use -s
- echo -n ' ntpd'; ntpd -s $ntpd_flags
+ echo -n ' ntpd'; ntpd $ntpd_flags
fi
echo '.'