[packages/ntp] config cosmetics

glen glen at pld-linux.org
Sun Nov 17 17:45:09 CET 2013


commit ca429a5e6d8a416c5e088f13f3e62c1bc02bb22e
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Nov 17 18:45:03 2013 +0200

    config cosmetics

 ntp.conf | 48 ++++++++++++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 22 deletions(-)
---
diff --git a/ntp.conf b/ntp.conf
index 005f517..5b71e05 100644
--- a/ntp.conf
+++ b/ntp.conf
@@ -1,6 +1,18 @@
 # For more information about this file, see the man pages
 # ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5).
 
+# Drift file. Put this in a directory which the daemon can write to.
+# No symbolic links allowed, either, since the daemon updates the file
+# by creating a temporary in the same directory and then rename()'ing
+# it to the file.
+driftfile /var/lib/ntp/drift
+
+# This command loads the NIST leapseconds file and initializes the leapsecond
+# values for the next leapsecond time, expiration time and TAI offset. The file
+# can be obtained directly from NIST national time servers using ftp as the
+# ASCII file pub/leap-seconds.
+leapfile /etc/ntp/ntp.leapseconds
+
 # Permit time synchronization with our time source, but do not
 # permit the source to query or modify the service on this system.
 restrict default kod limited nomodify notrap nopeer noquery
@@ -35,19 +47,6 @@ restrict -6 ::1
 server	127.127.1.0	# local clock
 fudge	127.127.1.0 stratum 10
 
-# Drift file.  Put this in a directory which the daemon can write to.
-# No symbolic links allowed, either, since the daemon updates the file
-# by creating a temporary in the same directory and then rename()'ing
-# it to the file.
-#
-driftfile /var/lib/ntp/drift
-
-# This command loads the NIST leapseconds file and initializes the leapsecond
-# values for the next leapsecond time, expiration time and TAI offset. The file
-# can be obtained directly from NIST national time servers using ftp as the
-# ASCII file pub/leap-seconds.
-leapfile /etc/ntp/ntp.leapseconds
-
 # multicastclient	224.0.1.1 # listen on default 224.0.1.1
 broadcastdelay	0.008
 
@@ -55,18 +54,23 @@ broadcastdelay	0.008
 # Authentication delay.  If you use, or plan to use someday, the
 # authentication facility you should make the programs in the auth_stuff
 # directory and figure out what this number should be on your machine.
-#
 disable auth
 
-#
-# Keys file.  If you want to diddle your server at run time, make a
-# keys file (mode 600 for sure) and define the key number to be
-# used for making requests.
-#
+# Key file containing the keys and key identifiers used when operating
+# with symmetric key cryptography. 
 #keys		/etc/ntp/keys
-#trustedkey	65535
-#requestkey	65535
-#controlkey	65535
+
+# Specify the key identifiers which are trusted.
+#trustedkey 4 8 42
+
+# Specify the key identifier to use with the ntpdc utility.
+#requestkey 8
+
+# Specify the key identifier to use with the ntpq utility.
+#controlkey 8
+
+# Enable writing of statistics records.
+#statistics clockstats cryptostats loopstats peerstats
 
 # NTP pool project. See: http://www.pool.ntp.org/
 pool pool.ntp.org
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ntp.git/commitdiff/ca429a5e6d8a416c5e088f13f3e62c1bc02bb22e



More information about the pld-cvs-commit mailing list