Bug 21536

Summary: [PATCH] Add Hungarian FTP mirror to sysinstall
Product: Base System Reporter: Szilveszter Adam <sziszi>
Component: miscAssignee: Murray Stokely <murray>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Szilveszter Adam 2000-09-25 12:20:01 UTC
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.
Comment 1 Will Andrews freebsd_committer freebsd_triage 2000-09-25 16:22:19 UTC
Responsible Changed
From-To: freebsd-bugs->jkh

Over to maintainer.
Comment 2 jkh freebsd_committer freebsd_triage 2001-08-31 01:25:43 UTC
Responsible Changed
From-To: jkh->eric

Eric does Hungarian mirrors too
Comment 3 Murray Stokely freebsd_committer freebsd_triage 2001-09-05 08:41:54 UTC
State Changed
From-To: open->analyzed

The change has been made to -CURRENT, thanks! 



Comment 4 Murray Stokely freebsd_committer freebsd_triage 2001-09-05 08:41:54 UTC
Responsible Changed
From-To: eric->murray

My MFC reminder.
Comment 5 Murray Stokely freebsd_committer freebsd_triage 2001-09-05 10:15:10 UTC
State Changed
From-To: analyzed->closed

This change has been MFCed.  It will be present in 4.4-RELEASE.  Thanks!