misc/128587: sysinstall uses first mirror in Turkey even second one is chosen

Mehmet Kose mehmet.kose at gmail.com
Tue Nov 4 13:00:13 PST 2008


>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:


More information about the freebsd-bugs mailing list