Module Name:    src
Committed By:   kim
Date:           Mon Oct  5 06:45:40 UTC 2020

Modified Files:
        src/etc: ntp.conf

Log Message:
Add iburst to peer and server.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/etc/ntp.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/ntp.conf
diff -u src/etc/ntp.conf:1.21 src/etc/ntp.conf:1.22
--- src/etc/ntp.conf:1.21	Sun Oct  4 13:50:44 2020
+++ src/etc/ntp.conf	Mon Oct  5 06:45:40 2020
@@ -1,4 +1,4 @@
-# $NetBSD: ntp.conf,v 1.21 2020/10/04 13:50:44 kim Exp $
+# $NetBSD: ntp.conf,v 1.22 2020/10/05 06:45:40 kim Exp $
 #
 # NetBSD default Network Time Protocol (NTP) configuration file for ntpd
 
@@ -117,8 +117,8 @@ restrict ::1
 # Ideally, you should select at least three other systems to talk NTP
 # with, for an "what I tell you three times is true" effect.
 
-#peer an.ntp.peer.goes.here
-#server an.ntp.server.goes.here
+#peer an.ntp.peer.goes.here iburst
+#server an.ntp.server.goes.here iburst
 
 # The pool.ntp.org project coordinates public time servers provided by
 # volunteers.  See <http://www.pool.ntp.org>.  The *.netbsd.pool.ntp.org

Reply via email to