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
This commit is contained in:
Ian Lepore 2018-06-24 03:31:23 +00:00
parent 4b4a865284
commit 0d88e3b240
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335596

View File

@ -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"