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