Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2003 11:30:05 -0800 (PST)
From:      Peter Pentchev <roam@ringlet.net>
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/49117: Remove ftp mirror from handbook
Message-ID:  <200303111930.h2BJU5mq086857@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/49117; it has been noted by GNATS.

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,

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303111930.h2BJU5mq086857>