Correct the path for the stable snapshot server.

Noticed by:  "Peter Holm" <p_holm@mail.tele.dk>
This commit is contained in:
jkh 2002-01-03 23:33:21 +00:00
parent 2ebbab6212
commit d0a58d4b85
2 changed files with 4 additions and 4 deletions

View File

@ -467,8 +467,8 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH "=other" },
{ " 5.0 SNAP Server", "current.freebsd.org", NULL, dmenuSetVariable, NULL,
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/" },
{ " 4.x SNAP Server", "stable.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://stable.freebsd.org" },
{ " 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,

View File

@ -467,8 +467,8 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH "=other" },
{ " 5.0 SNAP Server", "current.freebsd.org", NULL, dmenuSetVariable, NULL,
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/" },
{ " 4.x SNAP Server", "stable.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://stable.freebsd.org" },
{ " 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,