Date: Tue, 14 Sep 2004 03:01:38 +0000 (UTC) From: Sean Chittenden <seanc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/etc/defaults rc.conf src/etc/rc.d Makefile ntpd rpcbind Message-ID: <200409140301.i8E31cvR099301@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
seanc 2004-09-14 03:01:38 UTC FreeBSD src repository (doc,ports committer) Modified files: . UPDATING etc/defaults rc.conf etc/rc.d Makefile ntpd rpcbind Log: 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) Revision Changes Path 1.358 +10 -0 src/UPDATING 1.213 +1 -3 src/etc/defaults/rc.conf 1.42 +1 -1 src/etc/rc.d/Makefile 1.9 +5 -0 src/etc/rc.d/ntpd 1.10 +1 -1 src/etc/rc.d/rpcbind
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409140301.i8E31cvR099301>