aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Paeps <philip@FreeBSD.org>2023-12-07 05:48:13 +0000
committerPhilip Paeps <philip@FreeBSD.org>2023-12-16 02:33:58 +0000
commit74a8c6da4f28e691c169aa502713a5aaebc00584 (patch)
tree85dc77c30db9946ed02d79f76c879a0227bf3435
parent19f7fb2ec7316d37478c0e2d5dd345f2879f4c3c (diff)
downloadsrc-74a8c6da4f28e691c169aa502713a5aaebc00584.tar.gz
src-74a8c6da4f28e691c169aa502713a5aaebc00584.zip
rc.conf: correct $ntp_leapfile_sources
IETF is no longer serving leap-seconds.list. Point at IANA instead. This fixes "service ntpd fetch". (cherry picked from commit b1c95af45488bef649e9a84890e2414ff80b3a00)
-rw-r--r--libexec/rc/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf
index a8ea27eb3420..165f0a3ab562 100644
--- a/libexec/rc/rc.conf
+++ b/libexec/rc/rc.conf
@@ -419,7 +419,7 @@ ntp_src_leapfile="/etc/ntp/leap-seconds"
# Initial source for ntpd leapfile
ntp_db_leapfile="/var/db/ntpd.leap-seconds.list"
# Working copy (updated weekly) leapfile
-ntp_leapfile_sources="https://www.ietf.org/timezones/data/leap-seconds.list"
+ntp_leapfile_sources="https://data.iana.org/time-zones/tzdb/leap-seconds.list"
# Source from which to fetch leapfile
ntp_leapfile_fetch_opts="-mq" # Options to use for ntp leapfile fetch,
# e.g. --no-verify-peer