diff options
author | Remko Lodder <remko@FreeBSD.org> | 2008-04-08 19:43:00 +0000 |
---|---|---|
committer | Remko Lodder <remko@FreeBSD.org> | 2008-04-08 19:43:00 +0000 |
commit | ca7413e364001b0bf3ab2947f5c8027088721bfe (patch) | |
tree | 32feb417ade873165703449bb35ff6a77c0a2b68 /usr.sbin/sysinstall/menus.c | |
parent | fb4865e7de870f02fecaf90f8c0ff5ac9b6a5b1f (diff) |
Remove ftp.hk.super.net, the DNS isn't pointing to anything at the moment.
I tested this as well as the submitter and couldn't resolve this either,
since I dont want to "announce" dead mirrors, I'll remove it from the
list.
PR: 122567
Submitted by: vs
Approved by: imp (mentor, implicit for trivial changes)
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=178020
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r-- | usr.sbin/sysinstall/menus.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c index 7c27221ab364..7b4e23c833d5 100644 --- a/usr.sbin/sysinstall/menus.c +++ b/usr.sbin/sysinstall/menus.c @@ -625,9 +625,6 @@ DMenu MenuMediaFTP = { { " Greece #2", "ftp2.gr.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp2.gr.freebsd.org" }, - { "Hong Kong", "ftp.hk.super.net", NULL, dmenuSetVariable, NULL, - VAR_FTP_PATH "=ftp://ftp.hk.super.net" }, - { "Hungary", "ftp.hu.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.hu.freebsd.org" }, |