Module Name:    src
Committed By:   simonb
Date:           Thu Jul 28 22:28:07 UTC 2011

Modified Files:
        src/etc: ntp.conf

Log Message:
Restore "duplicate" entries, but use 0. and 1. names to ensure that
same hosts aren't used by both entries.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/etc/ntp.conf:1.12
--- src/etc/ntp.conf:1.11	Thu Jul 28 12:55:35 2011
+++ src/etc/ntp.conf	Thu Jul 28 22:28:07 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ntp.conf,v 1.11 2011/07/28 12:55:35 mbalmer Exp $
+# $NetBSD: ntp.conf,v 1.12 2011/07/28 22:28:07 simonb Exp $
 #
 # NetBSD default Network Time Protocol (NTP) configuration file for ntpd
 
@@ -70,10 +70,12 @@
 
 # Northern U.S.A
 #server		ca.pool.ntp.org
-#server		us.pool.ntp.org
+#server		0.us.pool.ntp.org
+#server		1.us.pool.ntp.org
 
 # Northern Europe
-#server		de.pool.ntp.org
+#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

Reply via email to