Bug ID: 207138
Summary: /etc/ntp.conf claims /var/db/ntpd.leap-seconds.list is
updated weekly
Product: Base System
Version: 10.2-BETA2
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: conf
Assignee: freebs...@FreeBSD.org
Reporter: Trond.E...@ximalas.info
A comment in /etc/ntp.conf claims /var/db/ntpd.leap-seconds.list is updated
weekly, whereas it's updated daily by 480.leapfile-ntpd in /etc/periodic/daily,
if enabled.
What |Removed |Added
----------------------------------------------------------------------------
CC| |vi...@khera.org
--- Comment #1 from Vick Khera <vi...@khera.org> ---
The default rc.conf variable ntp_leapfile_expiry_days is set to 30, so it is
only fetched once every 30 days even though it is checked daily. Still, the
comment is incorrect about it being weekly.
bugzilla...@freebsd.org
unread,
Oct 13, 2016, 9:13:06 AM10/13/16
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
--- Comment #2 from Vick Khera <vi...@khera.org> ---
Actually, to correct myself, it will check the file expire date daily, and if
it is within 30 days (as configured) of that date it will fetch a new one. So
in practice this happens once every few months.