Date: Tue, 4 Sep 2001 05:55:25 -0700 (MST) From: Valentino Vaschetto <logo@FreeBSD.org> To: <hubs@freebsd.org> Cc: <developers@FreeBSD.ORG> Subject: sysinstall listed mirrors Message-ID: <20010904054335.Q11811-200000@Blitzkrieg.Blackened.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] I've sent a patch to Murray about listing ftp mirrors 7, 8, 9 and 10 in menus.c of sysinstall. I don't know if there was ever a decision made, but I seem to remember that all ftp*.freebsd.org servers would be 'Tier 1' servers and would carry all of the ftp archives which would make them suitable to be listed in sysinstall. I've put this forth for a group decision since we need to act fast and either commit this or not commit it before 4.4 becomes a release. Patch is attached. -val [-- Attachment #2 --] Index: menus.c =================================================================== RCS file: /home/ncvs/src/release/sysinstall/Attic/menus.c,v retrieving revision 1.252.2.45 diff -u -r1.252.2.45 menus.c --- menus.c 2001/08/14 22:01:14 1.252.2.45 +++ menus.c 2001/08/22 20:34:22 @@ -652,6 +652,14 @@ VAR_FTP_PATH "=ftp://ftp5.freebsd.org" }, { " USA #6", "ftp6.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp6.freebsd.org" }, + { " USA #7", "ftp7.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp2.freebsd.org" }, + { " USA #8", "ftp8.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp8.freebsd.org" }, + { " USA #9", "ftp9.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp9.freebsd.org" }, + { " USA #10", "ftp10.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp10.freebsd.org" }, { NULL } } };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010904054335.Q11811-200000>
