From 935da8b7a22fc3cc365c21d3bdd11f93cebcc2f9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 14 Feb 2024 11:52:36 +0000 Subject: [PATCH] The IPFire time service has moved to time.ipfire.org Signed-off-by: Michael Tremer --- src/initscripts/system/unbound | 2 +- src/installer/dracut-module/70-dhcpcd.exe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 04e43fbce..24d925638 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -288,7 +288,7 @@ fix_time_if_dns_fails() { fi # Try to sync time with a known time server - boot_mesg "DNS not functioning... Trying to sync time with ntp.ipfire.org (81.3.27.46)..." + boot_mesg "DNS not functioning... Trying to sync time with time.ipfire.org (81.3.27.46)..." loadproc /usr/local/bin/settime 81.3.27.46 } diff --git a/src/installer/dracut-module/70-dhcpcd.exe b/src/installer/dracut-module/70-dhcpcd.exe index d801c8ada..b9693198d 100755 --- a/src/installer/dracut-module/70-dhcpcd.exe +++ b/src/installer/dracut-module/70-dhcpcd.exe @@ -48,7 +48,7 @@ case "${reason}" in make_resolvconf # Set time - ntpdate "ntp.ipfire.org" + ntpdate "time.ipfire.org" ;; EXPIRE|FAIL|IPV4LL|NAK|NOCARRIER|RELEASE|STOP) -- 2.39.5