Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 May 2011 14:47:54 +0200 (CEST)
From:      Niclas Zeising <zeising@lysator.liu.se>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   bin/157117: Add ftp4.se.freebsd.org to list of IPv6 ftp mirrors in sysinstall
Message-ID:  <201105171247.p4HClsDD013054@vincent.daemonic.se>
Resent-Message-ID: <201105171250.p4HCoElU020360@freefall.freebsd.org>

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

>Number:         157117
>Category:       bin
>Synopsis:       Add ftp4.se.freebsd.org to list of IPv6 ftp 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 May 17 12:50:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
Lysator ACS
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64


	
>Description:
	ftp4.se.freebsd.org has IPv6 connectivity, and as such can be mentioned in the sysinstall list of IPv6 mirrors.
>How-To-Repeat:
	N/A
>Fix:
	Attached patch updates sysinstall to include url in the IPv6 server list.

--- sysinstall.menus.c.diff begins here ---
Index: head/usr.sbin/sysinstall/menus.c
===================================================================
--- head/usr.sbin/sysinstall/menus.c	(revision 222007)
+++ head/usr.sbin/sysinstall/menus.c	(working copy)
@@ -554,6 +554,8 @@
 	VAR_FTP_PATH "=ftp://ftp.il.freebsd.org" },
       { " IPv6 Japan", "ftp2.jp.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp2.jp.freebsd.org" },
+      { " IPv6 Sweden", "ftp4.se.freebsd.org", NULL, dmenuSetVariable, NULL,
+	VAR_FTP_PATH "=ftp://ftp4.se.freebsd.org" },
       { " IPv6 USA", "ftp4.us.freebsd.org", NULL, dmenuSetVariable, NULL,
 	VAR_FTP_PATH "=ftp://ftp4.us.freebsd.org" },
       { " IPv6 Turkey", "ftp2.tr.freebsd.org", NULL, dmenuSetVariable, NULL,
--- sysinstall.menus.c.diff ends here ---


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



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