summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2004-09-14 03:01:38 +0000
committerseanc <seanc@FreeBSD.org>2004-09-14 03:01:38 +0000
commitdcf0d84fcdfee5b1132647f75132bb86285e750e (patch)
tree1faac5de72526daa278edf81f0d084ccb6eac754 /UPDATING
parentc3040d05d99f755208218d8b447b91914d2dc9a7 (diff)
downloadFreeBSD-src-dcf0d84fcdfee5b1132647f75132bb86285e750e.zip
FreeBSD-src-dcf0d84fcdfee5b1132647f75132bb86285e750e.tar.gz
Stop using ntpdate(1) in our startup proceedure. Replace ntpdate(1) with
calls to ntpd -g. ntpd is noticably slower than ntpdate, but is also more accurate. This removes the nasty hackery in rc.d/ntpdate that would parse out ntp servers from /etc/ntp.conf (ntpd knows how to read its own config file). By default, ntpd *will* sync with its listed time servers. To turn this off so that ntpd does not sync, ntpd_sync_on_start="NO" can be added to /etc/rc.conf. If ntpd is not enabled (the default), then time is not synced on startup. ntpdate's use has been depreciated by the ntpd authors for quite some time so this change shouldn't be unexpected. Suggested by: des Approved by: roberto (resident ntp guru)
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 158f43f..3016119 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,6 +24,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 6.x IS SLOW:
to maximize performance.
20040914:
+ /etc/rc.d/ntpdate has been removed in favor of using the -g
+ flag to ntpd(1). By default, if ntpd is enabled, it will sync
+ with the time servers listed in /etc/ntp.conf regardless of the
+ time difference (slew). To prevent this, add
+ ntpd_sync_on_start="NO" to /etc/rc.conf.
+
+ NOTE: Doing a sync (ntpd -g) is noticably slower than ntpdate(1),
+ but is also more accurate (hence ntpdate(1) being depreciated).
+
+20040914:
The format of the pflogd(8) logfile "/var/log/pflog" has changed for
architectures that have a 64 bit long type to make it compatible to
the standard pcap format. In order to prevent corruption move away
OpenPOWER on IntegriCloud