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