Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Mar 2000 14:07:16 +1100
From:      "Chris Knight" <chris@aims.com.au>
To:        <freebsd-current@freebsd.org>
Subject:   Australian Time Servers
Message-ID:  <005201bf8e2b$92350770$020aa8c0@aims.private>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Howdy,
	According to http://www.eecis.udel.edu/~mills/ntp/clock1.htm,
ntp.syd.dms.csiro.au no longer offers ntp services.
	ntp.tip.csiro.au or ntp.ml.csiro.au should be used instead. These are
listed at the above-mentioned location as open access servers.
	Here's a diff for sysinstall. Could some-one please commit it. Thanks.

Regards,
Chris Knight
Systems Administrator
AIMS Independent Computer Professionals
Tel: +61 3 6334 6664  Fax: +61 3 6331 7032  Mob: +61 419 528 795
Web: http://www.aims.com.au


[-- Attachment #2 --]
--- release/sysinstall/menus.c.orig	Wed Mar 15 13:57:59 2000
+++ release/sysinstall/menus.c	Wed Mar 15 13:59:27 2000
@@ -1365,9 +1365,9 @@
 	"ntpdate_enable=NO,ntpdate_flags=none" },
       { "Other",		"Select a site not on this list",
 	dmenuVarsCheck, configNTP, NULL, NULL },
-      { "Australia",		"ntp.syd.dms.csiro.au (HP 5061 Cesium Beam)",
+      { "Australia",		"ntp.tip.csiro.au (HP 5061 Cesium Beam)",
 	dmenuVarsCheck,	dmenuSetVariables, NULL, 
-	"ntpdate_enable=YES,ntpdate_flags=ntp.syd.dms.csiro.au" },
+	"ntpdate_enable=YES,ntpdate_flags=ntp.tip.csiro.au" },
       { " Canada",		"tick.usask.ca (GOES clock)",
 	dmenuVarsCheck,	dmenuSetVariables, NULL, 
 	"ntpdate_enable=YES,ntpdate_flags=tick.usask.ca" },

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005201bf8e2b$92350770$020aa8c0>