svn commit: r335596 - head/etc

Ian Lepore ian at FreeBSD.org
Sun Jun 24 03:31:24 UTC 2018


Author: ian
Date: Sun Jun 24 03:31:23 2018
New Revision: 335596
URL: https://svnweb.freebsd.org/changeset/base/335596

Log:
  Fix a comment; the ntp leaplist file is updated periodically, but not weekly
  (it's only updated when a check shows it's within 30 days of expiring).
  
  PR:		207138

Modified:
  head/etc/ntp.conf

Modified: head/etc/ntp.conf
==============================================================================
--- head/etc/ntp.conf	Sun Jun 24 03:29:00 2018	(r335595)
+++ head/etc/ntp.conf	Sun Jun 24 03:31:23 2018	(r335596)
@@ -99,6 +99,6 @@ restrict ::1
 # See http://support.ntp.org/bin/view/Support/ConfiguringNTP#Section_6.14.
 # for documentation regarding leapfile. Updates to the file can be obtained
 # from ftp://time.nist.gov/pub/ or ftp://tycho.usno.navy.mil/pub/ntp/.
-# Use either leapfile in /etc/ntp or weekly updated leapfile in /var/db.
+# Use either leapfile in /etc/ntp or periodically updated leapfile in /var/db.
 #leapfile "/etc/ntp/leap-seconds"
 leapfile "/var/db/ntpd.leap-seconds.list"


More information about the svn-src-all mailing list