Add ftp.nz.freebsd.org to the list of available FTP sites.

Submitted by:	"Dan Langille" <dan@freebsddiary.org>
This commit is contained in:
Ollivier Robert 1999-11-27 16:02:08 +00:00
parent 9bc8d885ed
commit f55c07ab93
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53753
3 changed files with 6 additions and 0 deletions

View File

@ -636,6 +636,8 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH _AP("=ftp://ftp4.kr.freebsd.org") },
{ "Korea #5", "ftp5.kr.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp5.kr.freebsd.org") },
{ "New Zealand", "ftp.nz.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp.nz.freebsd.org") },
{ "Poland", "ftp.pl.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp.pl.freebsd.org") },
{ "Portugal", "ftp.pt.freebsd.org", NULL, dmenuSetVariable, NULL,

View File

@ -636,6 +636,8 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH _AP("=ftp://ftp4.kr.freebsd.org") },
{ "Korea #5", "ftp5.kr.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp5.kr.freebsd.org") },
{ "New Zealand", "ftp.nz.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp.nz.freebsd.org") },
{ "Poland", "ftp.pl.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp.pl.freebsd.org") },
{ "Portugal", "ftp.pt.freebsd.org", NULL, dmenuSetVariable, NULL,

View File

@ -636,6 +636,8 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH _AP("=ftp://ftp4.kr.freebsd.org") },
{ "Korea #5", "ftp5.kr.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp5.kr.freebsd.org") },
{ "New Zealand", "ftp.nz.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp.nz.freebsd.org") },
{ "Poland", "ftp.pl.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH _AP("=ftp://ftp.pl.freebsd.org") },
{ "Portugal", "ftp.pt.freebsd.org", NULL, dmenuSetVariable, NULL,