diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-06-21 19:55:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-06-21 19:55:19 +0000 |
commit | ba14b973e9e8ee91613062f3ee37dd6fdd395e60 (patch) | |
tree | 6522b71b4acb3eccd8eb3db2b2549874d6bec7e4 | |
parent | 7ae9ba14f6961a559da694421e4dac1cfe41d76e (diff) |
we do not do -s in /etc/rc anymore. this is because, even if -s did try to
do it's job it would have to choose between two cases:
1. either it would take a very long time to get the correct adjustment, thus,
if you are not currently on the net right, you wait a long time (or must
type ^C, which is ridiculous)
2. ntpd could be modified to "abort early", but then would not meet the
promise made by -s in the manual page (note: it does not say that it
"tries")
therefore, -s and -S must become user choices. Sorry. This same choice is
made in lots of other places
-rw-r--r-- | usr.sbin/ntpd/ntpd.8 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/usr.sbin/ntpd/ntpd.8 b/usr.sbin/ntpd/ntpd.8 index ecc83139053..47a9ad78e9c 100644 --- a/usr.sbin/ntpd/ntpd.8 +++ b/usr.sbin/ntpd/ntpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ntpd.8,v 1.13 2004/12/10 03:54:18 jaredy Exp $ +.\" $OpenBSD: ntpd.8,v 1.14 2005/06/21 19:55:18 deraadt Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" @@ -98,18 +98,6 @@ eliminating the need to run .Xr rdate 8 before starting .Nm . -Currently, the -.Fl s -option is added unconditionally in -.Xr rc 8 . -Make sure to specify the -.Fl S -option -(add/edit -.Va ntpd_flags -in -.Xr rc.conf.local 8 ) -if this behaviour is not desired. .El .Sh FILES .Bl -tag -width "/etc/ntpd.confXXX" -compact |