mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
- add ftp6.fr.freebsd.org
- correct URL for ftp4 and ftp5. Submitted by: Benjamin Bayart <bayartb@guinness.domicile.fr> (for ftp6)
This commit is contained in:
parent
440972bd2b
commit
191a1c203e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64401
@ -591,9 +591,11 @@ DMenu MenuMediaFTP = {
|
||||
{ " France #3", "ftp3.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.fr.freebsd.org" },
|
||||
{ " France #4", "ftp4.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.fr.freebsd.org" },
|
||||
VAR_FTP_PATH "=ftp://ftp4.fr.freebsd.org" },
|
||||
{ " France #5", "ftp5.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.fr.freebsd.org" },
|
||||
VAR_FTP_PATH "=ftp://ftp5.fr.freebsd.org" },
|
||||
{ " France #6", "ftp6.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp6.fr.freebsd.org" },
|
||||
{ "Germany", "ftp.de.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp.de.freebsd.org" },
|
||||
{ " Germany #2", "ftp2.de.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
|
@ -591,9 +591,11 @@ DMenu MenuMediaFTP = {
|
||||
{ " France #3", "ftp3.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.fr.freebsd.org" },
|
||||
{ " France #4", "ftp4.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.fr.freebsd.org" },
|
||||
VAR_FTP_PATH "=ftp://ftp4.fr.freebsd.org" },
|
||||
{ " France #5", "ftp5.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.fr.freebsd.org" },
|
||||
VAR_FTP_PATH "=ftp://ftp5.fr.freebsd.org" },
|
||||
{ " France #6", "ftp6.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp6.fr.freebsd.org" },
|
||||
{ "Germany", "ftp.de.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp.de.freebsd.org" },
|
||||
{ " Germany #2", "ftp2.de.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
|
@ -591,9 +591,11 @@ DMenu MenuMediaFTP = {
|
||||
{ " France #3", "ftp3.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.fr.freebsd.org" },
|
||||
{ " France #4", "ftp4.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.fr.freebsd.org" },
|
||||
VAR_FTP_PATH "=ftp://ftp4.fr.freebsd.org" },
|
||||
{ " France #5", "ftp5.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp3.fr.freebsd.org" },
|
||||
VAR_FTP_PATH "=ftp://ftp5.fr.freebsd.org" },
|
||||
{ " France #6", "ftp6.fr.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp6.fr.freebsd.org" },
|
||||
{ "Germany", "ftp.de.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
VAR_FTP_PATH "=ftp://ftp.de.freebsd.org" },
|
||||
{ " Germany #2", "ftp2.de.freebsd.org", NULL, dmenuSetVariable, NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user