Add ftp2.jp.freebsd.org as IPv6 ready mirror server.

Now, ftp2.jp.freebsd.org is serverd by IIJ.

MFC after:	1 week
This commit is contained in:
Hajimu UMEMOTO 2001-07-11 11:24:06 +00:00
parent 2378902495
commit d734b7d006
2 changed files with 6 additions and 2 deletions

View File

@ -463,7 +463,9 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH "=ftp://current.freebsd.org" },
{ " 4.0 SNAP Server", "releng4.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/" },
{ " IPv6 Ready", "ftp7.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
{ " IPv6 Ready", "ftp2.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp2.jp.freebsd.org" },
{ " IPv6 Ready #2", "ftp7.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp7.jp.freebsd.org" },
{ "Argentina", "ftp.ar.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.ar.freebsd.org" },

View File

@ -463,7 +463,9 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH "=ftp://current.freebsd.org" },
{ " 4.0 SNAP Server", "releng4.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/" },
{ " IPv6 Ready", "ftp7.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
{ " IPv6 Ready", "ftp2.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp2.jp.freebsd.org" },
{ " IPv6 Ready #2", "ftp7.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp7.jp.freebsd.org" },
{ "Argentina", "ftp.ar.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp.ar.freebsd.org" },