SOURCES: ntp.conf - replace hardcoded IP addresses with *.pool.ntp...

zagrodzki zagrodzki at pld-linux.org
Sun Apr 20 22:00:42 CEST 2008


Author: zagrodzki                    Date: Sun Apr 20 20:00:42 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- replace hardcoded IP addresses with *.pool.ntp.org addresses
- updated ICM NTP server IP address

---- Files affected:
SOURCES:
   ntp.conf (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/ntp.conf
diff -u SOURCES/ntp.conf:1.7 SOURCES/ntp.conf:1.8
--- SOURCES/ntp.conf:1.7	Thu Jul 26 00:57:18 2007
+++ SOURCES/ntp.conf	Sun Apr 20 22:00:37 2008
@@ -4,13 +4,14 @@
 # server	ntp.nasa.gov
 # server	clock.isc.org
 #
+restrict default kod nomodify notrap nopeer noquery
+
 # restrict	default		ignore
 # restrict	ntp.nasa.gov	noquery noserve
 # restrict	clock.isc.org	noquery noserve
 # restrict	127.0.0.1
 # restrict	127.127.1.0
 
-#
 # Undisciplined Local Clock. This is a fake driver intended for backup
 # and when no outside source of synchronized time is available. The
 # default stratum is usually 3, but in this case we elect to use stratum
@@ -22,15 +23,20 @@
 # disregard all other synchronization sources, unless the kernel
 # modifications are in use and declare an unsynchronized condition.
 
-#server	127.127.1.0	# local clock
-#fudge	127.127.1.0 stratum 0	
+server	127.127.1.0	# local clock
+fudge	127.127.1.0 stratum 10
 
 # some sane servers
-server 150.254.183.15 # vega 
-server 213.222.193.35 # certum 
-server 198.123.30.132 # nasa 
-server 193.219.28.149 # icm 
-server 153.19.250.123 # task
+server 1.pool.ntp.org
+server 2.pool.ntp.org
+server 3.pool.ntp.org
+
+# some other sane servers
+#server 150.254.183.15 # vega 
+#server 213.222.193.35 # certum 
+#server 193.0.71.133 # icm 
+#server 153.19.250.123 # task
+#server 198.123.30.132 # nasa 
 
 #
 # Drift file.  Put this in a directory which the daemon can write to.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/ntp.conf?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list