From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 08:40:08 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1F991065693 for ; Tue, 14 Sep 2010 08:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 74CD28FC08 for ; Tue, 14 Sep 2010 08:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8E8e8Qm078942 for ; Tue, 14 Sep 2010 08:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8E8e8Hm078933; Tue, 14 Sep 2010 08:40:08 GMT (envelope-from gnats) Resent-Date: Tue, 14 Sep 2010 08:40:08 GMT Resent-Message-Id: <201009140840.o8E8e8Hm078933@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Niclas Zeising Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C25B0106566C for ; Tue, 14 Sep 2010 08:39:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id B13978FC13 for ; Tue, 14 Sep 2010 08:39:08 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8E8d8BP042667 for ; Tue, 14 Sep 2010 08:39:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o8E8d8v2042660; Tue, 14 Sep 2010 08:39:08 GMT (envelope-from nobody) Message-Id: <201009140839.o8E8d8v2042660@www.freebsd.org> Date: Tue, 14 Sep 2010 08:39:08 GMT From: Niclas Zeising To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/150552: Add ftp4.se.freebsd.org to the list of mirrors in sysinstall X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 08:40:08 -0000 >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: