From shammer@daemon.li  Tue Sep  9 08:32:24 2003
Return-Path: <shammer@daemon.li>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B16E416A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Sep 2003 08:32:24 -0700 (PDT)
Received: from mail.ac-net.at (secure.ac-net.at [212.24.125.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D663844003
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Sep 2003 08:32:21 -0700 (PDT)
	(envelope-from shammer@daemon.li)
Received: from localhost (server.ac-net.at [127.0.0.1])
	by mail.ac-net.at (Postfix 2.0.14-1 (AC-networks solutions v1.5b)) with ESMTP id C22B83F1C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Sep 2003 17:32:11 +0200 (CEST)
Received: from daemon.li (dsl-154-212.utaonline.at [62.218.154.212])
	by mail.ac-net.at (Postfix 2.0.14-1 (AC-networks solutions v1.5b)) with SMTP id 57F4B3F13
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  9 Sep 2003 15:32:07 +0000 (UTC)
Received: (qmail 1048 invoked from network); 9 Sep 2003 15:32:24 -0000
Received: from localhost (HELO daemon.li) (127.0.0.1)
  by localhost with SMTP; 9 Sep 2003 15:32:24 -0000
Received: (from shammer@localhost)
	by daemon.li (8.12.6/8.12.7/Submit) id h89FWNVB001046;
	Tue, 9 Sep 2003 17:32:23 +0200 (CEST)
	(envelope-from shammer)
Message-Id: <200309091532.h89FWNVB001046@daemon.li>
Date: Tue, 9 Sep 2003 17:32:23 +0200 (CEST)
From: Josef El-Rayes <j.el-rayes@daemon.li>
Reply-To: Josef El-Rayes <j.el-rayes@daemon.li>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] articles/pxe: fix broken url
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56639
>Category:       docs
>Synopsis:       [patch] articles/pxe: fix broken url
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 09 08:40:07 PDT 2003
>Closed-Date:    Sun Sep 14 14:28:00 PDT 2003
>Last-Modified:  Sun Sep 14 14:28:00 PDT 2003
>Originator:     Josef El-Rayes
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD daemon.li 4.8-STABLE FreeBSD 4.8-STABLE #8: Tue Jul 22 18:16:23 CEST 2003 root@daemon.li:/usr/obj/usr/src/sys/CUSTOM i386


	
>Description:
					doc/en_US.ISO8859-1/articles/pxe/article.sgml:
						the current urls to the floppy images are broken, 
						i use the ones in the handbook instead.
						maybe we should have a "latest" symlink on the ftp
						server to avoid updating the link on every release.
	
>How-To-Repeat:
	
>Fix:

	

--- article.sgml.diff begins here ---
--- article.sgml.orig	Tue Sep  9 17:27:14 2003
+++ article.sgml	Tue Sep  9 17:29:19 2003
@@ -133,9 +133,9 @@
     <procedure>
       <step>
         <para>Download bootfiles: Download the
-          <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/i386/kern.flp">
+          <ulink url="ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/5.1-RELEASE/floppies/kern.flp">
           kern.flp</ulink> and
-          <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/i386/mfsroot.flp">
+          <ulink url="ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/5.1-RELEASE/floppies/mfsroot.flp">
           mfsroot.flp</ulink> floppy images.</para>
       </step>
 
--- article.sgml.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Josef El-Rayes <j.el-rayes@daemon.li>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/56639: [patch] articles/pxe: fix broken url
Date: Tue, 9 Sep 2003 18:05:19 +0200

 --/9DWx/yDrRhgMJTb
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Josef El-Rayes <j.el-rayes@daemon.li> wrote:
 add entity to keep us from needing to update the link (thanks to simon)
 
 -josef
 
 --/9DWx/yDrRhgMJTb
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="article.sgml.diff"
 
 --- article.sgml.orig	Tue Sep  9 17:27:14 2003
 +++ article.sgml	Tue Sep  9 18:03:02 2003
 @@ -5,6 +5,9 @@
  <!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
  %authors;
  
 +<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
 +%freebsd;
 +
  ]>
  
  <article>
 @@ -133,9 +136,9 @@
      <procedure>
        <step>
          <para>Download bootfiles: Download the
 -          <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/i386/kern.flp">
 +          <ulink url="ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/&rel.current;-RELEASE/floppies/kern.flp">
            kern.flp</ulink> and
 -          <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/snapshots/i386/mfsroot.flp">
 +          <ulink url="ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/&rel.current;-RELEASE/floppies/mfsroot.flp">
            mfsroot.flp</ulink> floppy images.</para>
        </step>
  
 
 --/9DWx/yDrRhgMJTb--
State-Changed-From-To: open->closed 
State-Changed-By: hmp 
State-Changed-When: Sun Sep 14 14:27:15 PDT 2003 
State-Changed-Why:  
Thanks Josef, I have committed a similar fix, but one which adds 
general entities for the JP snapshot server. 

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