diff options
author | jkh <jkh@FreeBSD.org> | 1999-06-23 03:52:10 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-06-23 03:52:10 +0000 |
commit | 75c3a6828fb1bd26e623e1fa21fd1601f15014b8 (patch) | |
tree | 82e5cf2b7a2b6fc257e1ae8c139acf878b5ae13e /usr.sbin/sysinstall/menus.c | |
parent | 30c84db9d67d5e587eb87fd26f6ea687427c309c (diff) | |
download | FreeBSD-src-75c3a6828fb1bd26e623e1fa21fd1601f15014b8.zip FreeBSD-src-75c3a6828fb1bd26e623e1fa21fd1601f15014b8.tar.gz |
Eliminate dead ntp servers.
Submitted by: mharo
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 73442f4..f98a3d5 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.206 1999/05/21 07:10:35 roberto Exp $ + * $Id: menus.c,v 1.207 1999/06/09 09:18:33 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -1346,12 +1346,6 @@ DMenu MenuNTP = { { "U.S. Midwest", "ncar.ucar.edu (WWVB clock)", dmenuVarsCheck, dmenuSetVariables, NULL, "ntpdate_enable=YES,ntpdate_flags=ncar.ucar.edu" }, - { "U.S. Pacific", "chantry.hawaii.net (WWV/H clock)", - dmenuVarsCheck, dmenuSetVariables, NULL, - "ntpdate_enable=YES,ntpdate_flags=chantry.hawaii.net" }, - { "U.S. Southwest", "shorty.chpc.utexas.edu (WWV clock)", - dmenuVarsCheck, dmenuSetVariables, NULL, - "ntpdate_enable=YES,ntpdate_flags=shorty.chpc.utexas.edu" }, { NULL } }, }; |