Bug 174813

Summary: "9.1-RELEASE Installation Instructions" references "9.0-RELEASE" instead of "9.1-RELEASE"
Product: Documentation Reporter: PugTsurani <Social>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description PugTsurani 2012-12-29 19:50:00 UTC
The FreeBSD 9.1-RELEASE Installation Instructions (http://www.freebsd.org/releases/9.1R/installation.html) incorrectly state to upgrade to "9.0-RELEASE" instead of "9.1-RELEASE". Since this page is to document the upgrade to 9.1-RELEASE, upgrading from 9.0-RELEASE will fail and upgrading from pre-9.0 will upgrade to 9.0-RELEASE.
[CODE]
Now the freebsd-update(8) utility can fetch bits belonging to 9.1-RELEASE. During this process freebsd-update(8) will ask for help in merging configuration files.

# freebsd-update upgrade -r 9.0-RELEASE
[/CODE]

Fix: 

Change "9.0-RELEASE" to "9.1-RELEASE".
[CODE]
# sudo freebsd-update upgrade -r 9.1-RELEASE
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 9.0-RELEASE from update4.FreeBSD.org... done.
Fetching metadata index... done.
Fetching 1 metadata patches. done.
Applying metadata patches... done.
Fetching 1 metadata files... done.
.....
[/CODE]

The website should be updated as follows.
[CODE]
Now the freebsd-update(8) utility can fetch bits belonging to 9.1-RELEASE. During this process freebsd-update(8) will ask for help in merging configuration files.

# freebsd-update upgrade -r 9.1-RELEASE
[/CODE]
How-To-Repeat: On a 9.0-RELEASE machine, enter the commands as instructed.
[CODE]
# sudo freebsd-update upgrade -r 9.0-RELEASE
freebsd-update: Cannot upgrade from 9.0-RELEASE to itself
[/CODE]
Comment 1 dfilter service freebsd_committer freebsd_triage 2012-12-30 16:41:30 UTC
Author: hrs
Date: Sun Dec 30 16:41:17 2012
New Revision: 244867
URL: http://svnweb.freebsd.org/changeset/base/244867

Log:
  Fix version numbers.
  
  PR:	174813

Modified:
  stable/9/release/doc/en_US.ISO8859-1/installation/article.xml

Modified: stable/9/release/doc/en_US.ISO8859-1/installation/article.xml
==============================================================================
--- stable/9/release/doc/en_US.ISO8859-1/installation/article.xml	Sun Dec 30 16:39:32 2012	(r244866)
+++ stable/9/release/doc/en_US.ISO8859-1/installation/article.xml	Sun Dec 30 16:41:17 2012	(r244867)
@@ -58,7 +58,7 @@
 
     <para>If you are upgrading from a previous release of &os;, please
       read <ulink
-      url="http://www.FreeBSD.org/releases/9.0R/relnotes-detailed.html#UPGRADE">upgrading
+      url="http://www.FreeBSD.org/releases/9.1R/relnotes-detailed.html#upgrade">upgrading
       section in the Release Notes</ulink> for notable
       incompatibilities carefully.</para>
 
@@ -68,12 +68,12 @@
       <para>The procedure for doing a source code based update is
 	described in
 	<ulink url="&url.books.handbook;/synching.html"></ulink> and
-	<ulink url="&url.books.handbook;//makeworld.html"></ulink>.</para>
+	<ulink url="&url.books.handbook;/makeworld.html"></ulink>.</para>
 
-      <para>For SVN use the <filename>releng/9.0</filename> branch
+      <para>For SVN use the <filename>releng/9.1</filename> branch
 	which will be where any upcoming Security Advisories or Errata
 	Notices will be applied.  The branch tag to use for updating
-	the source is <literal>RELENG_9_0</literal> for CVS.</para>
+	the source is <literal>RELENG_9_1</literal> for CVS.</para>
     </sect2>
 
     <sect2>
@@ -84,8 +84,9 @@
 	earlier FreeBSD releases. Systems running
 	<literal>7.[34]-RELEASE</literal>,
 	<literal>8.[12]-RELEASE</literal>,
-	<literal>9.0-BETA[123]</literal>, or
-	<literal>9.0-RC[123]</literal> can upgrade as follows:</para>
+	<literal>9.0-RELEASE</literal>,
+	<literal>9.1-BETA1</literal>, or
+	<literal>9.1-RC[123]</literal> can upgrade as follows:</para>
 
       <para>First, ensure that your current system is up to date; a
 	change was recently made to &man.freebsd-update.8; (Errata
@@ -102,7 +103,7 @@
 	&man.freebsd-update.8; will ask for help in merging
 	configuration files.</para>
 
-      <screen>&prompt.root; freebsd-update upgrade -r 9.0-RELEASE</screen>
+      <screen>&prompt.root; freebsd-update upgrade -r 9.1-RELEASE</screen>
 
       <para>Due to changes in the way that &os; is packaged on the
 	release media, two complications may arise in this process if
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 2 Johann Kois freebsd_committer freebsd_triage 2013-04-13 11:32:33 UTC
State Changed
From-To: open->closed

Close this PR.  Fixes have been committed by hrs@ in December 2012. 

http://svnweb.freebsd.org/base?view=revision&revision=244867