Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2008 20:59:09 GMT
From:      Mehmet Kose <mehmet.kose@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/128587: sysinstall uses first mirror in Turkey even second one is chosen
Message-ID:  <200811042059.mA4Kx9ku009306@www.freebsd.org>
Resent-Message-ID: <200811042100.mA4L0DWm073461@freefall.freebsd.org>

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

>Number:         128587
>Category:       misc
>Synopsis:       sysinstall uses first mirror in Turkey even second one is chosen
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 04 21:00:12 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Mehmet Kose
>Release:        7.1-PRERELEASE
>Organization:
>Environment:
FreeBSD decaf 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Tue Nov  4 21:23:46 UTC 2008     root@:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Sysinstall fetchs from ftp.tr.freebsd.org even I chose 'ftp2'
>How-To-Repeat:

>Fix:
Here comes the one byte patch:


--- menus.c.orig        2008-11-04 22:54:36.000000000 +0000
+++ menus.c     2008-11-04 22:55:18.000000000 +0000
@@ -764,7 +764,7 @@
       { "Turkey",      "ftp.tr.freebsd.org", NULL, dmenuSetVariable, NULL,
        VAR_FTP_PATH "=ftp://ftp.tr.freebsd.org" },
       { " Turkey #2",  "ftp2.tr.freebsd.org", NULL, dmenuSetVariable, NULL,
-       VAR_FTP_PATH "=ftp://ftp.tr.freebsd.org" },
+       VAR_FTP_PATH "=ftp://ftp2.tr.freebsd.org" },
 
       { "UK",          "ftp.uk.freebsd.org", NULL, dmenuSetVariable, NULL,
        VAR_FTP_PATH "=ftp://ftp.uk.freebsd.org" },


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



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