| Summary: | Remove ftp mirror from handbook | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Alex Dupre <sysadmin> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Alex Dupre
2003-03-11 18:20:01 UTC
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, 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 Handbook patch applied, waiting for approval for the sysinstall patch. Thanks for submitting this one! State Changed From-To: patched->closed The patch to sysinstall was also committed; ftp2.it.FreeBSD.org is now gone! :) |