From db43eabad05b799112b8562b687fab72ab8d8a87 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 10 Jun 2016 15:03:18 +0000 Subject: [PATCH] MFC r301295: Enable daily_ntpd_leapfile_enable by default. Otherwise an expired leapfile will be ignored and ntpd will behave as if it has no leapfile. While here, remove an extraneous blank line. Suggested by: ache git-svn-id: svn://svn.freebsd.org/base/stable/10@301795 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/defaults/periodic.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf index 487a3563d..e21e241e8 100644 --- a/etc/defaults/periodic.conf +++ b/etc/defaults/periodic.conf @@ -139,9 +139,8 @@ daily_status_mail_rejects_logs=3 # How many logs to check daily_status_mail_rejects_shorten="NO" # Shorten output # 480.leapfile-ntpd -daily_ntpd_leapfile_enable="NO" # Fetch NTP leapfile +daily_ntpd_leapfile_enable="YES" # Fetch NTP leapfile daily_ntpd_avoid_congestion="YES" # Avoid congesting - # leapfile sources # 480.status-ntpd daily_status_ntpd_enable="NO" # Check NTP status -- 2.42.0