Blame SOURCES/chrony-defconfig.patch

b94f58
diff -up chrony-4.1/examples/chrony.conf.example2.defconfig chrony-4.1/examples/chrony.conf.example2
b94f58
--- chrony-4.1/examples/chrony.conf.example2.defconfig	2021-05-12 13:06:15.000000000 +0200
b94f58
+++ chrony-4.1/examples/chrony.conf.example2	2019-05-10 12:22:57.000000000 +0200
b94f58
@@ -1,5 +1,5 @@
b94f58
 # Use public servers from the pool.ntp.org project.
b94f58
-# Please consider joining the pool (https://www.pool.ntp.org/join.html).
b94f58
+# Please consider joining the pool (http://www.pool.ntp.org/join.html).
b94f58
 pool pool.ntp.org iburst
b94f58
 
b94f58
 # Record the rate at which the system clock gains/losses time.
b94f58
@@ -25,18 +25,9 @@ rtcsync
b94f58
 # Serve time even if not synchronized to a time source.
b94f58
 #local stratum 10
b94f58
 
b94f58
-# Require authentication (nts or key option) for all NTP sources.
b94f58
-#authselectmode require
b94f58
-
b94f58
 # Specify file containing keys for NTP authentication.
b94f58
 #keyfile /etc/chrony.keys
b94f58
 
b94f58
-# Save NTS keys and cookies.
b94f58
-ntsdumpdir /var/lib/chrony
b94f58
-
b94f58
-# Insert/delete leap seconds by slewing instead of stepping.
b94f58
-#leapsecmode slew
b94f58
-
b94f58
 # Get TAI-UTC offset and leap seconds from the system tz database.
b94f58
 #leapsectz right/UTC
b94f58