Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Sep 2010 08:39:08 GMT
From:      Niclas Zeising <zeising@lysator.liu.se>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/150552: Add ftp4.se.freebsd.org to the list of mirrors in sysinstall
Message-ID:  <201009140839.o8E8d8v2042660@www.freebsd.org>
Resent-Message-ID: <201009140840.o8E8e8Hm078933@freefall.freebsd.org>

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

>Number:         150552
>Category:       bin
>Synopsis:       Add ftp4.se.freebsd.org to the list of mirrors in sysinstall
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 14 08:40:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.1
>Organization:
LYSATOR ACS
>Environment:
>Description:
The attached patch adds the new Swedish mirror ftp4.se.freebsd.org to the list of ftp mirrors in sysinstall.
>How-To-Repeat:

>Fix:
Remove the .txt file extension from the applied patch and patch src/usr.sbin/sysinstall/menus.c with it.

Patch attached with submission follows:

Index: menus.c
===================================================================
--- menus.c	(revision 212602)
+++ menus.c	(working copy)
@@ -793,6 +793,8 @@
 	VAR_FTP_PATH "=ftp://ftp2.se.freebsd.org" },
       { " Sweden #3",	"ftp3.se.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp3.se.freebsd.org" },
+      { " Sweden #4",	"ftp4.se.freebsd.org", NULL, dmenuSetVariable, NULL,
+	VAR_FTP_PATH "=ftp://ftp4.se.freebsd.org" },
       { " Sweden #5",	"ftp5.se.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp5.se.freebsd.org" },
 


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



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