8b2c89
diff -up chrony-3.2/examples/chrony.conf.example2.defconfig chrony-3.2/examples/chrony.conf.example2
8b2c89
--- chrony-3.2/examples/chrony.conf.example2.defconfig	2017-09-15 08:32:09.000000000 +0200
8b2c89
+++ chrony-3.2/examples/chrony.conf.example2	2017-09-18 12:48:08.688020942 +0200
8b2c89
@@ -28,9 +28,6 @@ rtcsync
8b2c89
 # Specify file containing keys for NTP authentication.
8b2c89
 #keyfile /etc/chrony.keys
8b2c89
 
8b2c89
-# Get TAI-UTC offset and leap seconds from the system tz database.
8b2c89
-#leapsectz right/UTC
8b2c89
-
8b2c89
 # Specify directory for log files.
8b2c89
 logdir /var/log/chrony
8b2c89
 
23ee42
--- chrony-3.4/examples/chrony.keys.example	2018-09-19 16:38:15.000000000 +0200
23ee42
+++ chrony-3.4/examples/chrony.keys.example	2017-09-15 08:32:09.000000000 +0200
23ee42
@@ -1,7 +1,6 @@
23ee42
-# This is an example chrony keys file.  It enables authentication of NTP
23ee42
-# packets with symmetric keys when its location is specified by the keyfile
23ee42
-# directive in chrony.conf(5).  It should be readable only by root and the
23ee42
-# user under which chronyd is running.
23ee42
+# This is an example chrony keys file.  It is used for NTP authentication with
23ee42
+# symmetric keys.  It should be readable only by root or the user to which
23ee42
+# chronyd is configured to switch to after start.
23ee42
 #
23ee42
 # Don't use the example keys!  It's recommended to generate random keys using
23ee42
 # the chronyc keygen command.