diff options
author | des <des@FreeBSD.org> | 2004-03-30 15:10:39 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-03-30 15:10:39 +0000 |
commit | 6fe56e6c8043ea73267fd451277b175ca58be056 (patch) | |
tree | 0f7e05abf85fdb854cfa6cee542acd1dc26405d9 | |
parent | b6cc77826c12d4a703240c1c197393b677456ef6 (diff) | |
download | FreeBSD-src-6fe56e6c8043ea73267fd451277b175ca58be056.zip FreeBSD-src-6fe56e6c8043ea73267fd451277b175ca58be056.tar.gz |
Document ntpdate_hosts.
-rw-r--r-- | share/man/man5/rc.conf.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index accb2b7..e011cd5 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -1495,6 +1495,12 @@ An option to set this up initially (from a list of known servers) is also provided by the .Xr sysinstall 8 program when the system is first installed. +.It Va ntpdate_hosts +.Pq Vt str +A whitespace-separated list of NTP servers to synchronize with at startup. +The default is to use the servers listed in +.Pa /etc/ntp.conf , +if that file exists. .It Va ntpdate_program .Pq Vt str Path to |