Blame SOURCES/chrony-defconfig.patch

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