cvs commit: src UPDATING src/etc/defaults rc.conf src/etc/rc.d Makefile ntpd rpcbind

Sean Chittenden seanc at FreeBSD.org
Mon Sep 13 20:01:39 PDT 2004


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


More information about the cvs-src mailing list