diff options
author | 2005-06-19 16:55:10 +0000 | |
---|---|---|
committer | 2005-06-19 16:55:10 +0000 | |
commit | 117259d915dbf78b49292e77b52110f528f9e60b (patch) | |
tree | 9aa8e9fc0f74c266230787b87e1c4e44c8a13c74 | |
parent | use a little state engine to keep track of delayed dns lookups and such, (diff) | |
download | wireguard-openbsd-117259d915dbf78b49292e77b52110f528f9e60b.tar.xz wireguard-openbsd-117259d915dbf78b49292e77b52110f528f9e60b.zip |
ntpd -s by default is just a pause if there is no net
-rw-r--r-- | etc/rc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 '.' |