Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2001 14:10:02 -0800 (PST)
From:      Arnaud Launay <asl@launay.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/32586: sysinstall's ntp server list needs updating
Message-ID:  <200112072210.fB7MA2V94311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/32586; it has been noted by GNATS.

From: Arnaud Launay <asl@launay.org>
To: David O'Brien <obrien@NUXI.com>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: conf/32586: sysinstall's ntp server list needs updating
Date: Fri, 7 Dec 2001 23:00:31 +0100

 Le Fri, Dec 07, 2001 at 10:33:03AM -0800, David O'Brien a écrit:
 > 	The stratum 1 NTP servers in sysinstall should be replaced with
 > 	stratum 2 servers (and expanded to include more) from
 > 	http://www.eecis.udel.edu/~mills/ntp/clock2.htm
 
 Here's a test patch; if it's what you have in mind and it pleases
 you, I'd be happy completing it for everything else. I'm just
 wondering if indicating the fact it uses NTP to synchronise is
 really usefull. Oh, and the indentation is strange, maybe a
 reindentation would be usefull ?
 
 --- menus.c.orig        Fri Dec  7 21:56:58 2001
 +++ menus.c     Fri Dec  7 22:02:01 2001
 @@ -1399,9 +1399,15 @@
        { " Canada",             "tick.usask.ca (GOES clock)",
         dmenuVarsCheck, dmenuSetVariables, NULL,
         "ntpdate_enable=YES,ntpdate_flags=tick.usask.ca" },
 -      { "France",              "canon.inria.fr (TDF clock)",
 +      { "France",              "ntp.obspm.fr (NTP 3)",
         dmenuVarsCheck, dmenuSetVariables, NULL,
 -       "ntpdate_enable=YES,ntpdate_flags=canon.inria.fr" },
 +       "ntpdate_enable=YES,ntpdate_flags=ntp.obspm.fr" },
 +      { "France #2",           "ntp.univ-lyon1.fr (NTP 3)",
 +       dmenuVarsCheck, dmenuSetVariables, NULL,
 +       "ntpdate_enable=YES,ntpdate_flags=ntp.univ-lyon1.fr" },
 +      { "France #3",           "ntp.via.ecp.fr (NTP 4)",
 +       dmenuVarsCheck, dmenuSetVariables, NULL,
 +       "ntpdate_enable=YES,ntpdate_flags=ntp.via.ecp.fr" },
        { "Germany",             "ntps1-{0,1,2}.uni-erlangen.de (GPS)",
         dmenuVarsCheck, dmenuSetVariables, NULL,
         "ntpdate_enable=YES,ntpdate_flags=ntps1-0.uni-erlangen.de" },
 
 
 	Arnaud.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112072210.fB7MA2V94311>