Date: Mon, 3 Mar 2003 09:58:19 -0500 From: Hiten Pandya <hiten@unixdaemons.com> To: current@FreeBSD.org Subject: NTP server change Message-ID: <20030303145819.GA74275@unixdaemons.com>
next in thread | raw e-mail | index | archive | help
--uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi gang. Can anyone who is into timekeeping, and lives in or near Finland let me know if they approve of a change to sysinstall, which will allow us to use an alternate time keeping NTP server -- the reason for doing this is outlined in PR conf/46235. Patch URL: http://www.unixdaemons.com/~hiten/work/diffs/sysinstall-46235.patch Cheers. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sysinstall-46235.patch" Index: menus.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/menus.c,v retrieving revision 1.368 diff -u -r1.368 menus.c --- menus.c 2003/02/03 16:14:33 1.368 +++ menus.c 2003/02/03 17:54:31 @@ -1754,12 +1754,12 @@ { "Spain", "slug.ctv.es", dmenuVarsCheck, dmenuSetVariables, NULL, "ntpdate_enable=YES,ntpdate_flags=slug.ctv.es" }, - { "Finland", "tick.keso.fi", + { "Finland", "time1.mikes.fi", dmenuVarsCheck, dmenuSetVariables, NULL, - "ntpdate_enable=YES,ntpdate_flags=tick.keso.fi" }, - { "Finland #2", "tock.keso.fi", + "ntpdate_enable=YES,ntpdate_flags=time1.mikes.fi" }, + { "Finland #2", "time2.mikes.fi", dmenuVarsCheck, dmenuSetVariables, NULL, - "ntpdate_enable=YES,ntpdate_flags=tock.keso.fi" }, + "ntpdate_enable=YES,ntpdate_flags=time2.mikes.fi" }, { "France", "ntp.obspm.fr", dmenuVarsCheck, dmenuSetVariables, NULL, "ntpdate_enable=YES,ntpdate_flags=ntp.obspm.fr" }, --uAKRQypu60I7Lcqm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030303145819.GA74275>