Date: Sun, 25 Mar 2001 17:58:43 +0300 (EEST) From: kkonstan@duth.gr To: FreeBSD-gnats-submit@freebsd.org Subject: misc/26073: Add ftp.gr.freebsd.org to sysinstall mirror list (in time for 4.3-RELEASE perhaps?) Message-ID: <200103251458.f2PEwhr50435@emily.cc.duth.gr>
next in thread | raw e-mail | index | archive | help
>Number: 26073 >Category: misc >Synopsis: Add ftp.gr.freebsd.org to sysinstall mirror list (in time for 4.3-RELEASE perhaps?) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Mar 25 07:00:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Konstantinos Konstantinidis >Release: FreeBSD 4.3-RC i386 >Organization: Demokritos University of Thrace >Environment: N/A >Description: sysinstall does not list any mirrors in Greece, however the National Technical University of Athens has been operating a full mirror for quite some time, and I just changed ftp.gr.freebsd.org to point to it. FreeBSD users in Greece would appreciate it if sysinstall was updated to include it in time for 4.3-RELEASE :) Also the patch includes ftp2.gr.freebsd.org, which is another (IPv6 capable) mirror at the Demokritos University of Thrace. It also has a full web mirror, but unfortunately due to disk failure ftp/cvsup is currently down. It will be up again before 4.3-RELEASE, when the replacement disks arrive. >How-To-Repeat: Run /stand/sysinstall, select configure -> media -> ftp, browse the list, observe there are no mirrors listed for Greece. >Fix: *** src/release/sysinstall/menus.c.orig Sun Mar 25 00:22:58 2001 --- src/release/sysinstall/menus.c Sun Mar 25 16:25:02 2001 *************** *** 531,536 **** --- 531,538 ---- VAR_FTP_PATH "=ftp://ftp6.de.freebsd.org" }, { " Germany #7", "ftp7.de.freebsd.org", NULL, dmenuSetVariable, N ULL, VAR_FTP_PATH "=ftp://ftp7.de.freebsd.org" }, + { "Greece", "ftp.gr.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp.gr.freebsd.org" }, + { " Greece #2", "ftp2.gr.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp2.gr.freebsd.org" }, { "Holland", "ftp.nl.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.nl.freebsd.org" }, { " Hong Kong", "ftp.hk.super.net", NULL, dmenuSetVariable, NULL, >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103251458.f2PEwhr50435>