From jgabel@thilelli.net  Tue May 20 15:19:32 2003
Return-Path: <jgabel@thilelli.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BD9F137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 15:19:32 -0700 (PDT)
Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 90B5B43F75
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2003 15:19:31 -0700 (PDT)
	(envelope-from jgabel@thilelli.net)
Received: from titeuf.thilelli.net (titeuf.thilelli.net [192.168.0.97])
	by bento.thilelli.net (Postfix) with ESMTP id C4923241C4
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 21 May 2003 00:19:29 +0200 (CEST)
Received: by titeuf.thilelli.net (Postfix, from userid 1001)
	id A5EE33BE; Wed, 21 May 2003 00:19:29 +0200 (CEST)
Message-Id: <20030520221929.A5EE33BE@titeuf.thilelli.net>
Date: Wed, 21 May 2003 00:19:29 +0200 (CEST)
From: Julien Gabel <jg@thilelli.net>
Reply-To: Julien Gabel <jg@thilelli.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Unreferenced web link still exists in the 'Backup Basics' chapter of the handbook.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         52500
>Category:       docs
>Synopsis:       [PATCH] Unreferenced web link still exists in the 'Backup Basics' chapter of the handbook.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 15:20:03 PDT 2003
>Closed-Date:    Wed May 21 01:46:52 CEST 2003
>Last-Modified:  Fri May 23 02:20:00 PDT 2003
>Originator:     Julien Gabel
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD titeuf.thilelli.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Tue Apr 29 22:22:00 CEST 2003 root@titeuf.thilelli.net:/usr/obj/usr/src/sys/TITEUF i386
>Description:
	The html link "torture-testing Backup and Archive Programs" from section '12.9.7' of the
	backup chapter of the handbook is no longer a valid url since reality.sgi.com no longer
	exists.
>How-To-Repeat:
	Read the backup chapter of the handbook, and then try using this link.
>Fix:
	I found two new links for the correct page. I propose two patches, because i don't
	know which is better than the other.

	PATCH #1:
--- chapter.sgml        Wed May 21 00:03:03 2003
+++ chapter.sgml.PR1    Wed May 21 00:04:42 2003
@@ -1857,7 +1857,7 @@
        size during the backup, files that are created/deleted during the
        backup and more.  She presented the results at LISA V in Oct. 1991.
        See <ulink
-         url="http://reality.sgi.com/zwicky_neu/testdump.doc.html">torture-testing
+         url="http://berdmann.dyndns.org/zwicky/testdump.doc.html">torture-testing
          Backup and Archive Programs</ulink>.</para>
     </sect2>

	PATCH #2:
--- chapter.sgml        Wed May 21 00:03:03 2003
+++ chapter.sgml.PR2    Wed May 21 00:05:07 2003
@@ -1857,7 +1857,7 @@
        size during the backup, files that are created/deleted during the
        backup and more.  She presented the results at LISA V in Oct. 1991.
        See <ulink
-         url="http://reality.sgi.com/zwicky_neu/testdump.doc.html">torture-testing
+         url="http://ftp.at.linuxfromscratch.org/utils/archivers/star/testscripts/zwicky/testdump.doc.html">torture-testing
          Backup and Archive Programs</ulink>.</para>
     </sect2>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: brueffer 
State-Changed-When: Wed May 21 01:46:33 CEST 2003 
State-Changed-Why:  
Committed, thanks! 

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

From: Julien Gabel <jg@thilelli.net>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/52500: [PATCH] Unreferenced web link still exists in the 'Backup Basics' chapter of the handbook.
Date: Fri, 23 May 2003 11:16:13 +0200

 --OXfL5xGRrasGEqWY
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hello,
 
 It seems that the proposed patch was not apply to all correct places :
 
   % find /usr/doc -print | xargs grep -i "testdump.doc"
   /usr/doc/en_US.ISO8859-1/books/handbook/backups/chapter.sgml:     url=3D"=
 http://berdmann.dyndns.org/zwicky/testdump.doc.html">torture-testing
   /usr/doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml:       url=3D"=
 http://reality.sgi.com/zwicky_neu/testdump.doc.html">torture-testing
 
 I don't know (yet :) for which purpose the document "backups/chapter.sgml" =
 exists, but the section of
 the handbook 'http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bac=
 kup-basics.html#AEN15841'
 seems to be build from the 'second' file : "doc/en_US.ISO8859-1/books/handb=
 ook/disks/chapter.sgml".
 
 Maybe can you just apply the same patch to the second file too,
 --=20
 -jg.
 
 --OXfL5xGRrasGEqWY
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.2 (FreeBSD)
 
 iD8DBQE+zebdtwbGgPtqszARArFGAJ9tKrGw8r+msD+g5wPxMgdAdJyYKgCeJapQ
 BTVRF1vY5LCM7OcTaifB1CY=
 =bdmd
 -----END PGP SIGNATURE-----
 
 --OXfL5xGRrasGEqWY--
>Unformatted:
