[Lunar-commits] CVS: moonbase/net/ntp POST_INSTALL,1.4,1.5

elaine at lunar-linux.org elaine at lunar-linux.org
Sun Mar 28 13:56:52 GMT 2004


Update of /var/cvs/lunar/moonbase/net/ntp
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31844

Modified Files:
	POST_INSTALL 
Log Message:
removed non-ping-ing servers from candidate list -- need to actually fix
the script tho


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/ntp/POST_INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- POST_INSTALL	2 Nov 2003 16:07:06 -0000	1.4
+++ POST_INSTALL	28 Mar 2004 13:56:50 -0000	1.5
@@ -1,7 +1,6 @@
 if ! grep -q server /etc/ntp.conf; then
   SRV_LIST=$(mktemp -p /tmp -t "ntp.$$.candidates.XXXXXXX")
   cat > $SRV_LIST << EOF 
-ntp.saard.net
 time.nrc.ca
 timelord.uregina.ca
 ntp.tuxfamily.net
@@ -18,7 +17,6 @@
 time.ijs.si
 ntp2a.mcc.ac.uk
 ntp2b.mcc.ac.uk
-ntp2d.mcc.ac.uk
 time-server.ndo.com
 clock.sjc.he.net
 ntp1.linuxmedialabs.com
@@ -29,7 +27,6 @@
 clock.psu.edu
 ntp-2.ece.cmu.edu
 ntp-1.vt.edu
-ntp.cmr.gov
 EOF
   
   for i in `cat $SRV_LIST`; do 



More information about the Lunar-commits mailing list