>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 r...@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: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"