Add ftp5.uk.freebsd.org
Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>
This commit is contained in:
parent
a425c38dfd
commit
71e13b47ac
@ -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.203 1999/05/14 07:15:05 jkh Exp $
|
||||
* $Id: menus.c,v 1.204 1999/05/15 14:34:21 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -666,6 +666,8 @@ DMenu MenuMediaFTP = {
|
||||
VAR_FTP_PATH _AP("=ftp://ftp3.uk.freebsd.org") },
|
||||
{ "UK #4", "ftp4.uk.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH _AP("=ftp://ftp4.uk.freebsd.org") },
|
||||
{ "UK #5", "ftp5.uk.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH _AP("=ftp://ftp5.uk.freebsd.org") },
|
||||
{ "USA", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH _AP("=ftp://ftp.freebsd.org") },
|
||||
{ "USA #2", "ftp2.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
|
@ -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.203 1999/05/14 07:15:05 jkh Exp $
|
||||
* $Id: menus.c,v 1.204 1999/05/15 14:34:21 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -666,6 +666,8 @@ DMenu MenuMediaFTP = {
|
||||
VAR_FTP_PATH _AP("=ftp://ftp3.uk.freebsd.org") },
|
||||
{ "UK #4", "ftp4.uk.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH _AP("=ftp://ftp4.uk.freebsd.org") },
|
||||
{ "UK #5", "ftp5.uk.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH _AP("=ftp://ftp5.uk.freebsd.org") },
|
||||
{ "USA", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH _AP("=ftp://ftp.freebsd.org") },
|
||||
{ "USA #2", "ftp2.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
|
@ -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.203 1999/05/14 07:15:05 jkh Exp $
|
||||
* $Id: menus.c,v 1.204 1999/05/15 14:34:21 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -666,6 +666,8 @@ DMenu MenuMediaFTP = {
|
||||
VAR_FTP_PATH _AP("=ftp://ftp3.uk.freebsd.org") },
|
||||
{ "UK #4", "ftp4.uk.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH _AP("=ftp://ftp4.uk.freebsd.org") },
|
||||
{ "UK #5", "ftp5.uk.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH _AP("=ftp://ftp5.uk.freebsd.org") },
|
||||
{ "USA", "ftp.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH _AP("=ftp://ftp.freebsd.org") },
|
||||
{ "USA #2", "ftp2.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user