From owner-freebsd-doc Tue Mar 11 11:30: 9 2003 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 179C737B405 for ; Tue, 11 Mar 2003 11:30:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 103BF43FE1 for ; Tue, 11 Mar 2003 11:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h2BJU5NS086858 for ; Tue, 11 Mar 2003 11:30:05 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h2BJU5mq086857; Tue, 11 Mar 2003 11:30:05 -0800 (PST) Date: Tue, 11 Mar 2003 11:30:05 -0800 (PST) Message-Id: <200303111930.h2BJU5mq086857@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: docs/49117: Remove ftp mirror from handbook Reply-To: Peter Pentchev Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR docs/49117; it has been noted by GNATS. From: Peter Pentchev To: Alex Dupre Cc: bug-followup@FreeBSD.org Subject: Re: docs/49117: Remove ftp mirror from handbook Date: Tue, 11 Mar 2003 21:26:27 +0200 On Tue, Mar 11, 2003 at 07:18:49PM +0100, Alex Dupre wrote: > > >Number: 49117 > >Category: docs > >Synopsis: Remove ftp mirror from handbook > >Originator: Alex Dupre > >Fix: [snip handbook mirrors diff removing ftp2.it.FreeBSD.org] Not so fast :) The Handbook is just the messenger; if this mirror is really no longer available (it does not have a DNS address record, at least), it should be removed from sysinstall's mirrors list, too. This means the attached additional patch. Pending approval from my mentor, Ceri, I will commit your Handbook patch. G'luck, Peter -- Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 When you are not looking at it, this sentence is in Spanish. Index: src/usr.sbin/sysinstall/menus.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/menus.c,v retrieving revision 1.369 diff -u -r1.369 menus.c --- src/usr.sbin/sysinstall/menus.c 8 Mar 2003 12:07:13 -0000 1.369 +++ src/usr.sbin/sysinstall/menus.c 11 Mar 2003 19:19:18 -0000 @@ -657,8 +657,6 @@ VAR_FTP_PATH "=ftp://ftp2.il.freebsd.org" }, { "Italy", "ftp.it.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.it.freebsd.org" }, - { " Italy #2", "ftp2.it.freebsd.org", NULL, dmenuSetVariable, NULL, - VAR_FTP_PATH "=ftp://ftp2.it.freebsd.org" }, { "Japan", "ftp.jp.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH "=ftp://ftp.jp.freebsd.org" }, { " Japan #2", "ftp2.jp.freebsd.org", NULL, dmenuSetVariable, NULL, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message