From nobody@FreeBSD.org  Fri Jan 20 13:03:27 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5A353106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Jan 2012 13:03:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 4361B8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Jan 2012 13:03:27 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0KD3Oc4092855
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 20 Jan 2012 13:03:24 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q0KD3OZe092849;
	Fri, 20 Jan 2012 13:03:24 GMT
	(envelope-from nobody)
Message-Id: <201201201303.q0KD3OZe092849@red.freebsd.org>
Date: Fri, 20 Jan 2012 13:03:24 GMT
From: "Rogier 'DocWilco' Mulhuijzen" <freebsd-bugs@bsdchicks.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Sections 2.13 and 2.3.7 don't use the new URL structure for downloads
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         164334
>Category:       docs
>Synopsis:       [handbook] Sections 2.13 and 2.3.7 don't use the new URL structure for downloads
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ryusuke
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 20 13:10:11 UTC 2012
>Closed-Date:    Sun Feb 05 15:37:46 UTC 2012
>Last-Modified:  Sun Feb 05 15:37:46 UTC 2012
>Originator:     Rogier 'DocWilco' Mulhuijzen
>Release:        9.0
>Organization:
>Environment:
n/a
>Description:
The documentation lists the URLs as follows (examples):

ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/arch/ISO-IMAGES/version/FreeBSD-version-RELEASE-arch-memstick.img
ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/9.0/FreeBSD-9.0-RELEASE-i386-memstick.img

Which are incorrect for 9.0. The should be:

ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/arch/target/ISO-IMAGES/version/FreeBSD-version-RELEASE-arch-memstick.img
ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/i386/ISO-IMAGES/9.0/FreeBSD-9.0-RELEASE-i386-memstick.img

Also, it's probably a better idea to list amd64 as example these days.
>How-To-Repeat:
Go to http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html#INSTALL-BOOT-MEDIA
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->ryusuke 
Responsible-Changed-By: ryusuke 
Responsible-Changed-When: Sat Feb 4 03:20:45 UTC 2012 
Responsible-Changed-Why:  
I'll take this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164334 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/164334: commit references a PR
Date: Sun,  5 Feb 2012 13:09:27 +0000 (UTC)

 ryusuke     2012-02-05 13:09:13 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/handbook/install chapter.sgml 
   Log:
   PR: docs/164334
   
   Revert previous memstick URL location change,
   since the install chapter is for 8.x and earlier.
   
   Instead, replace rel.current; entity with rel2.current;
   in "2.3.7 Prepare the Boot Media" subsection to fix the location of memstick image.
   
   Spotted by:     Rogier 'DocWilco' Mulhuijzen    <freebsd-bugs at bsdchicks dot com>
   Discussed by:   beat
   
   Revision  Changes    Path
   1.436     +3 -3      doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To: freebsd-bugs@bsdchicks.com
Cc: FreeBSD-gnats-submit@FreeBSD.org, ryusuke@FreeBSD.org
Subject: Re: docs/164334: [handbook] Sections 2.13 and 2.3.7 don't use the
 new URL structure for downloads
Date: Mon, 06 Feb 2012 00:02:19 +0900 (JST)

 ----Security_Multipart(Mon_Feb__6_00_02_19_2012_102)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hi,
 
 Thanks for your reporting PR: docs/164334.
 
 Synopsis : Sections 2.13 and 2.3.7 don't use the new URL structure for downloads
 
 >ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/arch/ISO-IMAGES/version/FreeBSD-version-RELEASE-arch-memstick.img
 >ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/9.0/FreeBSD-9.0-RELEASE-i386-memstick.img
 
 >Which are incorrect for 9.0.
 
 
   You mention about chapter "2" of FreeBSD handbook,
   but chapter 2 is for "Installing FreeBSD 8.x and Earlier".
 
   The location of memstick.img for 9.0 is explained in chapter "3"
   http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html#BSDINSTALL-INSTALLATION-MEDIA
 
 
   So 9.0 in the example of chapter 2 should be changed as 8.2.
   I fixed this problem by changing 9.0 as 8.2
   (replacing &rel.current; as &rel2.current; in the source file).
 
   http://docs.freebsd.org/cgi/getmsg.cgi?fetch=22259+0+current/cvs-doc
 
 Regards,
     Ryusuke
 
 ----Security_Multipart(Mon_Feb__6_00_02_19_2012_102)--
 Content-Type: application/pgp-signature
 Content-Transfer-Encoding: 7bit
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.9 (FreeBSD)
 
 iEYEABECAAYFAk8umfsACgkQG5rRvmPSlyR9jwCgg9uzOzDPEufrDPkztAIOyPbW
 Z88AnA9PINQM2eyXuJuEFblvwUIWEWe1
 =aIP+
 -----END PGP SIGNATURE-----
 
 ----Security_Multipart(Mon_Feb__6_00_02_19_2012_102)----
State-Changed-From-To: open->closed 
State-Changed-By: ryusuke 
State-Changed-When: Sun Feb 5 15:36:31 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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