]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
The IPFire time service has moved to time.ipfire.org
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Feb 2024 11:52:36 +0000 (11:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Feb 2024 11:52:36 +0000 (11:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/system/unbound
src/installer/dracut-module/70-dhcpcd.exe

index 04e43fbce0f7540cd337a63825e08a7fe2e2bf82..24d92563803a29c98423a5aefb5232cd0795d1cb 100644 (file)
@@ -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
 }
 
index d801c8adad101b4f42f27c95ecc87ea5a02d4762..b9693198d9c8980bf576b9068857e6841575455d 100755 (executable)
@@ -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)