Bug 80186

Summary: [patch] Footnote is wrong in the /usr/src/UPDATING
Product: Documentation Reporter: MASAOKA Hajime <masa>
Component: Books & ArticlesAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me CC: masa
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
UPDATING.diff none

Description MASAOKA Hajime 2005-04-21 08:40:19 UTC
	/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.

Fix: a patch follow
How-To-Repeat: 	Read /usr/src/UPDATING
Comment 1 Matteo Riondato freebsd_committer freebsd_triage 2005-06-21 21:34:03 UTC
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)
Comment 2 Matteo Riondato freebsd_committer freebsd_triage 2005-06-21 21:58:26 UTC
Responsible Changed
From-To: freebsd-doc->imp

Assign this to imp@ since he's the UPDATING maintainer
Comment 3 Warner Losh freebsd_committer freebsd_triage 2007-07-10 22:51:13 UTC
State Changed
From-To: open->closed

Fixed a long time ago.