From masa@chin.stv.gr.jp  Thu Apr 21 07:34:30 2005
Return-Path: <masa@chin.stv.gr.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1FFD716A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Apr 2005 07:34:30 +0000 (GMT)
Received: from chin.stv.gr.jp (i219-165-255-170.s30.a048.ap.plala.or.jp [219.165.255.170])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6C76E43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 21 Apr 2005 07:34:29 +0000 (GMT)
	(envelope-from masa@chin.stv.gr.jp)
Received: by chin.stv.gr.jp (Postfix, from userid 1000)
	id BEA811074F; Thu, 21 Apr 2005 16:33:48 +0900 (JST)
Message-Id: <20050421073348.BEA811074F@chin.stv.gr.jp>
Date: Thu, 21 Apr 2005 16:33:48 +0900 (JST)
From: MASAOKA Hajime <masa@mo.stv.gr.jp>
Reply-To: MASAOKA Hajime <masa@mo.stv.gr.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: masa@mo.stv.gr.jp
Subject: Footnote is wrong in the /usr/src/UPDATING
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80186
>Category:       docs
>Synopsis:       [patch] Footnote is wrong in the /usr/src/UPDATING
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 21 07:40:19 GMT 2005
>Closed-Date:    Tue Jul 10 15:51:26 MDT 2007
>Last-Modified:  Tue Jul 10 15:51:26 MDT 2007
>Originator:     MASAOKA Hajime
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Kochi Univ. of Tech.
>Environment:
System: FreeBSD foo.example.org 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Apr 8 15:25:54 JST 2005 root@foo.example.org:/usr/obj/usr/src/sys/GENERIC i386
/usr/src/UPDATING Revision 1.342.2.25 or later

>Description:
	/usr/src/UPDATING is wrong. 
	The footnote on the "To upgrade in-place from 4.x-stable to
	current" section was changed on the revision 1.342.2.25.  Also,
	the section of "The following items are known to cause problems
	with the upgrade:" was changed.  However, the section of "To
	rebuild everything and install it on the current system." was
	not changed.  Therefore, footnote is contradicted.

>How-To-Repeat:
	Read /usr/src/UPDATING
>Fix:
a patch follow

--- UPDATING.diff begins here ---
--- UPDATING	Fri Apr 15 03:24:27 2005
+++ UPDATING.new	Thu Apr 21 14:12:01 2005
@@ -1794,16 +1794,16 @@
 	# is listed here if you are upgrading from a really old current.
 
 	<make sure you have good level 0 dumps>
-	<maybe fix /etc/fstab>				[7]
+	<maybe fix /etc/fstab>				[1]
 	make buildworld
 	make buildkernel KERNCONF=YOUR_KERNEL_HERE
 	make installkernel KERNCONF=YOUR_KERNEL_HERE
-							[1]
-	<reboot in single user>				[3]
-	/etc/rc.d/preseedrandom				[10]
-	mergemaster -p					[5]
+							[6]
+	<reboot in single user>				[7]
+	/etc/rc.d/preseedrandom				[8]
+	mergemaster -p					[9]
 	make installworld
-	mergemaster					[4]
+	mergemaster					[10]
 	<reboot>
 
 
--- UPDATING.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Matteo Riondato <matteo@freebsd.org>
To: bug-followup@FreeBSD.org, masa@mo.stv.gr.jp
Cc:  
Subject: Re: docs/80186: Footnote is wrong in the /usr/src/UPDATING
Date: Tue, 21 Jun 2005 22:34:03 +0200

 That's still true, but only in RELENG_5.
 Updated patch for this (can be found at
 http://people.freebsd.org/~matteo/diff/UPDATING.diff):
 --- UPDATING.orig	Tue Jun 21 20:37:53 2005
 +++ UPDATING	Tue Jun 21 20:41:10 2005
 @@ -1802,16 +1802,16 @@
  	# is listed here if you are upgrading from a really old current.
  
  	<make sure you have good level 0 dumps>
 -	<maybe fix /etc/fstab>				[7]
 -	make buildworld
 +	<maybe fix /etc/fstab>				[1]
 +	make buildworldi					[2]
  	make buildkernel KERNCONF=YOUR_KERNEL_HERE
  	make installkernel KERNCONF=YOUR_KERNEL_HERE
 -							[1]
 -	<reboot in single user>				[3]
 -	/etc/rc.d/preseedrandom				[10]
 -	mergemaster -p					[5]
 -	make installworld
 -	mergemaster					[4]
 +							[3]
 +	<reboot in single user>				[7]
 +	/etc/rc.d/preseedrandom				[8]
 +	mergemaster -p					[9]
 +	make installworld				[11]
 +	mergemaster					[12]
  	<reboot>
  
 Best Regards 
 -- 
 Matteo Riondato
 FreeBSD Volunteer (http://freebsd.org)
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
Responsible-Changed-From-To: freebsd-doc->imp 
Responsible-Changed-By: matteo 
Responsible-Changed-When: Tue Jun 21 20:58:26 GMT 2005 
Responsible-Changed-Why:  
Assign this to imp@ since he's the UPDATING maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80186 
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Tue Jul 10 15:51:13 MDT 2007 
State-Changed-Why:  
Fixed a long time ago. 

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