[ntp] add fourth server to default ntp.conf and use iburst

Miroslav Lichvar mlichvar at fedoraproject.org
Mon Aug 23 13:12:07 UTC 2010


commit 4081e18c8730ad54a309d7e43d6f4102728e4348
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Mon Aug 23 11:15:01 2010 +0200

    add fourth server to default ntp.conf and use iburst

 ntp.conf |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ntp.conf b/ntp.conf
index c0815c0..90f4906 100644
--- a/ntp.conf
+++ b/ntp.conf
@@ -19,9 +19,10 @@ restrict -6 ::1
 
 # Use public servers from the pool.ntp.org project.
 # Please consider joining the pool (http://www.pool.ntp.org/join.html).
-server 0.VENDORZONE.pool.ntp.org
-server 1.VENDORZONE.pool.ntp.org
-server 2.VENDORZONE.pool.ntp.org
+server 0.VENDORZONE.pool.ntp.org iburst
+server 1.VENDORZONE.pool.ntp.org iburst
+server 2.VENDORZONE.pool.ntp.org iburst
+server 3.VENDORZONE.pool.ntp.org iburst
 
 #broadcast 192.168.1.255 autokey	# broadcast server
 #broadcastclient			# broadcast client


More information about the scm-commits mailing list