Date: Mon, 25 Sep 2000 13:11:37 +0200 From: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu> To: Freebsd-gnats-submit@freebsd.org Subject: misc/21536: [PATCH] Add Hungarian FTP mirror to sysinstall Message-ID: <20000925131137.B5723@petra.hos.u-szeged.hu>
next in thread | raw e-mail | index | archive | help
>Number: 21536 >Category: misc >Synopsis: [PATCH] Add Hungarian FTP mirror to sysinstall >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 25 04:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Szilveszter Adam >Release: FreeBSD 5.0-CURRENT i386 >Organization: University of Szeged, Eotvos Lorand Dormitory >Environment: My desk here at the dorm, before lunch, sky cloudy:-) >Description: 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. >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. >Fix: Apply following patch to /usr/src/release/sysinstall/menus.c: --- /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, (I hope TABs and spaces did not get messed up...) Thanks! >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?20000925131137.B5723>