Module Name: src
Committed By: christos
Date: Mon Jan 16 22:12:41 UTC 2012
Modified Files:
src/etc: ntp.conf
Log Message:
Instead of using the general servers, use the ones allocated specifically
for the NetBSD project.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/etc/ntp.conf:1.13
--- src/etc/ntp.conf:1.12 Thu Jul 28 18:28:07 2011
+++ src/etc/ntp.conf Mon Jan 16 17:12:41 2012
@@ -1,4 +1,4 @@
-# $NetBSD: ntp.conf,v 1.12 2011/07/28 22:28:07 simonb Exp $
+# $NetBSD: ntp.conf,v 1.13 2012/01/16 22:12:41 christos Exp $
#
# NetBSD default Network Time Protocol (NTP) configuration file for ntpd
@@ -65,23 +65,12 @@ mdnstries 0
# http://www.pool.ntp.org/
#
-# The country codes can help you find servers that are net-wise close.
-# As explained above, closer is better...
-
-# Northern U.S.A
-#server ca.pool.ntp.org
-#server 0.us.pool.ntp.org
-#server 1.us.pool.ntp.org
-
-# Northern Europe
-#server 0.de.pool.ntp.org
-#server 1.de.pool.ntp.org
-#server dk.pool.ntp.org
-
# Depending on the vagaries of DNS can occasionally pull in the same
# server twice. The following CNAMES are guaranteed to be disjoint, at
-# least over some short interval.
+# least over some short interval. The following servers are allocated
+# to the NetBSD project.
-server 0.pool.ntp.org
-server 1.pool.ntp.org
-server 2.pool.ntp.org
+server 0.netbsd.pool.ntp.org
+server 1.netbsd.pool.ntp.org
+server 2.netbsd.pool.ntp.org
+server 3.netbsd.pool.ntp.org