Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2011 23:30:59 GMT
From:      Fabian Wenk <fabian@wenks.ch>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/162364: update sysinstall ftp mirror list for ch.freebsd.org
Message-ID:  <201111072330.pA7NUxfP015821@red.freebsd.org>
Resent-Message-ID: <201111072340.pA7Ne6XN075352@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162364
>Category:       bin
>Synopsis:       update sysinstall ftp mirror list for ch.freebsd.org
>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 Nov 07 23:40:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Fabian Wenk
>Release:        
>Organization:
>Environment:
>Description:
Hello

I am the maintainer of the ch.freebsd.org sub domain.

Currently there is only one ftp mirror available for Switzerland (ftp.ch.freebsd.org). ftp2.ch.freebsd.org is also pointing to ftp.ch.freebsd.org.

To reflect this also in sysinstall, I have done the attached patch, which removes ftp2.ch.freebsd.org.


bye
Fabian
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- usr.sbin/sysinstall/menus.c.orig	2011-11-08 00:16:59.000000000 +0100
+++ usr.sbin/sysinstall/menus.c	2011-11-08 00:17:19.000000000 +0100
@@ -747,8 +747,6 @@
 
       { "Switzerland",	"ftp.ch.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp.ch.freebsd.org" },
-      { " Switzerland #2",	"ftp2.ch.freebsd.org", NULL, dmenuSetVariable, NULL,
-	VAR_FTP_PATH "=ftp://ftp2.ch.freebsd.org" },
 
       { "Taiwan",	"ftp.tw.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp.tw.freebsd.org" },


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111072330.pA7NUxfP015821>