From alex@vaio.alexdupre.com  Tue Mar 11 10:15:41 2003
Return-Path: <alex@vaio.alexdupre.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F12B937B404
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Mar 2003 10:15:41 -0800 (PST)
Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AF2D943FCB
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Mar 2003 10:15:37 -0800 (PST)
	(envelope-from alex@vaio.alexdupre.com)
Received: from vaio.alexdupre.com (localhost [127.0.0.1])
	by vaio.alexdupre.com (8.12.8/8.12.7) with ESMTP id h2BIIntv000774
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Mar 2003 19:18:49 +0100 (CET)
	(envelope-from alex@vaio.alexdupre.com)
Received: (from alex@localhost)
	by vaio.alexdupre.com (8.12.8/8.12.8/Submit) id h2BIInGK000773;
	Tue, 11 Mar 2003 19:18:49 +0100 (CET)
Message-Id: <200303111818.h2BIInGK000773@vaio.alexdupre.com>
Date: Tue, 11 Mar 2003 19:18:49 +0100 (CET)
From: Alex Dupre <sysadmin@alexdupre.com>
Reply-To: Alex Dupre <sysadmin@alexdupre.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Remove ftp mirror from handbook
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         49117
>Category:       docs
>Synopsis:       Remove ftp mirror from handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 11 10:20:01 PST 2003
>Closed-Date:    Fri Mar 14 08:03:44 PST 2003
>Last-Modified:  Fri Mar 14 08:03:44 PST 2003
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD 4.8-ALEXDUPRE i386
>Description:
Never seen this ftp site in Italy :)
>How-To-Repeat:
>Fix:

--- handbook.diff begins here ---
--- mirrors/chapter.sgml.orig	Tue Mar 11 19:13:10 2003
+++ mirrors/chapter.sgml	Tue Mar 11 19:13:34 2003
@@ -713,11 +713,6 @@
 	      <para><ulink
 		  url="ftp://ftp.it.FreeBSD.org/pub/FreeBSD/">ftp://ftp.it.FreeBSD.org/pub/FreeBSD/</ulink></para>
 	    </listitem>
-
-	    <listitem>
-	      <para><ulink
-		  url="ftp://ftp2.it.FreeBSD.org/pub/FreeBSD/">ftp://ftp2.it.FreeBSD.org/pub/FreeBSD/</ulink></para>
-	    </listitem>
 	  </itemizedlist>
 	</listitem>
       </varlistentry>
--- handbook.diff ends here ---

>Release-Note:
>Audit-Trail:

From: Peter Pentchev <roam@ringlet.net>
To: Alex Dupre <sysadmin@alexdupre.com>
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,

From: Alex Dupre <sysadmin@alexdupre.com>
To: Peter Pentchev <roam@ringlet.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: docs/49117: Remove ftp mirror from handbook
Date: Wed, 12 Mar 2003 00:10:33 +0100

 Tuesday, March 11, 2003, 8:26:27 PM, you wrote:
 
 PP> Not so fast :)  The Handbook is just the messenger; if this mirror
 PP> is really no longer available (it does not have a DNS address record,
 PP> at least), it should be removed from sysinstall's mirrors list, too.
 
 Ops, you are right :) sysinstall was out of my mind...AFAIK that
 mirror never existed...it was added to the handbook 4 months ago
 (dunno why), but never appeared in the nameserver...and now I
 found the time to fill a PR ;)
 
 -- 
 Alex Dupre                             sysadmin@alexdupre.com
 http://www.alexdupre.com/              alex@sm.FreeBSD.org
 
 Today's excuse: Communist revolutionaries taking over the server room and demanding all the computers in the building or they shoot the sysadmin. Poor misguided fools.
 
State-Changed-From-To: open->patched 
State-Changed-By: roam 
State-Changed-When: Tue Mar 11 23:29:19 PST 2003 
State-Changed-Why:  
Handbook patch applied, waiting for approval for the sysinstall patch. 
Thanks for submitting this one! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=49117 
State-Changed-From-To: patched->closed 
State-Changed-By: roam 
State-Changed-When: Fri Mar 14 08:01:57 PST 2003 
State-Changed-Why:  
The patch to sysinstall was also committed; ftp2.it.FreeBSD.org is 
now gone! :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=49117 
>Unformatted:
