Add snapshots.se.freebsd.org to list of available ftp mirrors.

Dont forget to use X-LATEST as Release Name (where X is version major number)
when you choose a snapshot server.
This commit is contained in:
Josef El-Rayes 2004-08-24 21:37:46 +00:00
parent 792adb3e99
commit 492a63d6a0
2 changed files with 6 additions and 2 deletions

View File

@ -517,8 +517,10 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH "=ftp://ftp.freebsd.org" },
{ "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=other" },
{ "Snapshots Server", "snapshots.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
{ "Snapshots Server Japan", "snapshots.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://snapshots.jp.freebsd.org" },
{ "Snapshots Server Sweden", "snapshots.se.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://snapshots.se.freebsd.org" },
{ "IPv6 Ireland", "ftp3.ie.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp3.ie.freebsd.org" },

View File

@ -517,8 +517,10 @@ DMenu MenuMediaFTP = {
VAR_FTP_PATH "=ftp://ftp.freebsd.org" },
{ "URL", "Specify some other ftp site by URL", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=other" },
{ "Snapshots Server", "snapshots.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
{ "Snapshots Server Japan", "snapshots.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://snapshots.jp.freebsd.org" },
{ "Snapshots Server Sweden", "snapshots.se.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://snapshots.se.freebsd.org" },
{ "IPv6 Ireland", "ftp3.ie.freebsd.org", NULL, dmenuSetVariable, NULL,
VAR_FTP_PATH "=ftp://ftp3.ie.freebsd.org" },