| Summary: | [PATCH] Add Hungarian FTP mirror to sysinstall | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Szilveszter Adam <sziszi> |
| Component: | misc | Assignee: | Murray Stokely <murray> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->jkh Over to maintainer. Responsible Changed From-To: jkh->eric Eric does Hungarian mirrors too State Changed From-To: open->analyzed The change has been made to -CURRENT, thanks! Responsible Changed From-To: eric->murray My MFC reminder. State Changed From-To: analyzed->closed This change has been MFCed. It will be present in 4.4-RELEASE. Thanks! |
Please add the Hungarian FTP mirror to the choices in /stand/sysinstall, as it has already been done in the Handbook. The site is on the Hungarian Academic Backbone (hoted at the Technical University in Budapest) and has good connectivity. Maybe this way Hungarian users will be able to find it easier when installing or using sysinstall in other ways. Fix: Apply following patch to /usr/src/release/sysinstall/menus.c: (I hope TABs and spaces did not get messed up...) Thanks!--I3eyclSpSPmagyhPDGU1of0eMZIBDoAClrZMq9jp0K17bEpY Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- /usr/src/release/sysinstall/menus.c.orig Mon Sep 25 12:12:45 2000 +++ /usr/src/release/sysinstall/menus.c Mon Sep 25 12:15:28 2000 @@ -535,6 +535,8 @@ VAR_FTP_PATH "=ftp://ftp.nl.freebsd.org" }, { " Hong Kong", "ftp.hk.super.net", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.hk.super.net" }, + { "Hungary", "ftp.hu.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH "=ftp://ftp.hu.freebsd.org" }, { "Iceland", "ftp.is.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.is.freebsd.org" }, { " Ireland", "ftp.ie.freebsd.org", NULL, dmenuSetVariable, NULL, How-To-Repeat: 1.) Start /stand/sysinstall 2.) When wanting to download something, choose "FTP" as your media type. 3.) Look at the list, search for "Hungary". 4.) Be frustrated over not finding it although you know there is a Hungarian mirror.:-) 5.) Install from another site or enter full URL.