svn commit: r239464 - head/etc
Xin LI
delphij at FreeBSD.org
Mon Aug 20 18:45:17 UTC 2012
Author: delphij
Date: Mon Aug 20 18:45:16 2012
New Revision: 239464
URL: http://svn.freebsd.org/changeset/base/239464
Log:
As of r232844 we no longer need the maxpoll 9 workaround.
MFC after: 3 days
Modified:
head/etc/ntp.conf
Modified: head/etc/ntp.conf
==============================================================================
--- head/etc/ntp.conf Mon Aug 20 18:33:23 2012 (r239463)
+++ head/etc/ntp.conf Mon Aug 20 18:45:16 2012 (r239464)
@@ -18,12 +18,11 @@
# to the pool. See http://www.pool.ntp.org/join.html if you are interested.
#
# The option `iburst' is used for faster initial synchronisation.
-# The option `maxpoll 9' is used to prevent PLL/FLL flipping on FreeBSD.
#
-server 0.freebsd.pool.ntp.org iburst maxpoll 9
-server 1.freebsd.pool.ntp.org iburst maxpoll 9
-server 2.freebsd.pool.ntp.org iburst maxpoll 9
-#server 3.freebsd.pool.ntp.org iburst maxpoll 9
+server 0.freebsd.pool.ntp.org iburst
+server 1.freebsd.pool.ntp.org iburst
+server 2.freebsd.pool.ntp.org iburst
+#server 3.freebsd.pool.ntp.org iburst
#
# If you want to pick yourself which country's public NTP server
@@ -31,9 +30,9 @@ server 2.freebsd.pool.ntp.org iburst max
# the next ones and replace CC with the country's abbreviation.
# Make sure that the hostnames resolve to a proper IP address!
#
-# server 0.CC.pool.ntp.org iburst maxpoll 9
-# server 1.CC.pool.ntp.org iburst maxpoll 9
-# server 2.CC.pool.ntp.org iburst maxpoll 9
+# server 0.CC.pool.ntp.org iburst
+# server 1.CC.pool.ntp.org iburst
+# server 2.CC.pool.ntp.org iburst
#
# Security: Only accept NTP traffic from the following hosts.
More information about the svn-src-all
mailing list