diff options
author | delphij <delphij@FreeBSD.org> | 2012-08-20 18:45:16 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2012-08-20 18:45:16 +0000 |
commit | c7f6ef48b2bf98ce2cce6b6dbb53455e28d85f59 (patch) | |
tree | cb0c653a5e007ae594ac300d2334128791fd6276 /etc/ntp.conf | |
parent | ea718b0e088e5282c03f1c593bea36fa930d087d (diff) | |
download | FreeBSD-src-c7f6ef48b2bf98ce2cce6b6dbb53455e28d85f59.zip FreeBSD-src-c7f6ef48b2bf98ce2cce6b6dbb53455e28d85f59.tar.gz |
As of r232844 we no longer need the maxpoll 9 workaround.
MFC after: 3 days
Diffstat (limited to 'etc/ntp.conf')
-rw-r--r-- | etc/ntp.conf | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/etc/ntp.conf b/etc/ntp.conf index 9f99a8d..0421e4c 100644 --- a/etc/ntp.conf +++ b/etc/ntp.conf @@ -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 maxpoll 9 # 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. |