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