From 2712f5b0168fa2e80e51153f89b2257e4ee756b6 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 4 Jun 2016 01:01:46 +0000 Subject: [PATCH] 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 MFC after: 1 week --- 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 eeadae5f5275..825e62e41bd0 100644 --- a/etc/defaults/periodic.conf +++ b/etc/defaults/periodic.conf @@ -135,9 +135,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