From owner-freebsd-bugs Fri Dec 7 14:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E9BE37B417 for ; Fri, 7 Dec 2001 14:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB7MA2V94311; Fri, 7 Dec 2001 14:10:02 -0800 (PST) (envelope-from gnats) Date: Fri, 7 Dec 2001 14:10:02 -0800 (PST) Message-Id: <200112072210.fB7MA2V94311@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Arnaud Launay Subject: Re: conf/32586: sysinstall's ntp server list needs updating Reply-To: Arnaud Launay Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/32586; it has been noted by GNATS. From: Arnaud Launay To: David O'Brien 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