diff options
author | phk <phk@FreeBSD.org> | 2001-03-28 17:51:03 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-03-28 17:51:03 +0000 |
commit | a0f0214f3ca7f9e2650fb0c1302ee81e35705cc3 (patch) | |
tree | 0cd1efb84982cfc93061596855df206c8179bc6f /etc/defaults | |
parent | a9b78ad42bc85ce744ced384a31f437409b86363 (diff) | |
download | FreeBSD-src-a0f0214f3ca7f9e2650fb0c1302ee81e35705cc3.zip FreeBSD-src-a0f0214f3ca7f9e2650fb0c1302ee81e35705cc3.tar.gz |
Change ntp_flags to "-b" to inspire people to set it right.
Note that "right" in this case is not universally recognized, but
NTP-practittioners as opposed to theoretians generally agree that
getting "inside the window" using ntpdate is TRTTD on PC hardware.
PR: 25514
Submitted by: Chris Johnson <cjohnson-pr@palomine.net>
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 27e274f..7d8c67e 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -160,7 +160,7 @@ timed_enable="NO" # Run the time daemon (or NO). timed_flags="" # Flags to timed (if enabled). ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO). ntpdate_program="ntpdate" # path to ntpdate, if you want a different one. -ntpdate_flags="" # Flags to ntpdate (if enabled). +ntpdate_flags="-b" # Flags to ntpdate (if enabled). xntpd_enable="NO" # Run ntpd Network Time Protocol (or NO). xntpd_program="ntpd" # path to ntpd, if you want a different one. xntpd_flags="-p /var/run/ntpd.pid" # Flags to ntpd (if enabled). |