Bug 170286

Summary: [handbook] [patch] Out of date information in the Virtualization section of Handbook
Product: Documentation Reporter: Benjamin Washington-Yule <byu17>
Component: Books & ArticlesAssignee: Isabell Long <issyl0>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt
none
handbook_virtualization_diff.txt none

Description Benjamin Washington-Yule 2012-07-30 22:40:08 UTC
The information at the beginning of section 23.3 ("FreeBSD as a Host OS") is out of date with regards to VirtualBox and previously named open source edition (OSE). There is only one version now.

See https://www.virtualbox.org/wiki/Editions for details of the change.

Fix: Corrected text.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Benjamin Washington-Yule 2012-07-30 23:03:39 UTC
Please find attached unified diff
Comment 2 Isabell Long freebsd_committer freebsd_triage 2012-07-30 23:55:37 UTC
Responsible Changed
From-To: freebsd-doc->issyl0

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-31 09:38:41 UTC
Author: issyl0
Date: Tue Jul 31 08:38:27 2012
New Revision: 39283
URL: http://svn.freebsd.org/changeset/doc/39283

Log:
  Update the virtualization chapter of the Handbook: there is no longer the
  named OSE version of VirtualBox.
  
  PR:		docs/170286
  Submitted by:	Benjamin Washington-Yule (byu17 (at) uclive.ac.nz)
  Approved by:	gjb (mentor)

Modified:
  head/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml

Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml	Sun Jul 29 19:12:09 2012	(r39282)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml	Tue Jul 31 08:38:27 2012	(r39283)
@@ -1114,8 +1114,7 @@ EndSection</programlisting>
       <application>VMware</application> (like
       <filename role="package">emulators/vmware3</filename>), which
       utilized the &linux; binary compatibility layer.  Shortly after
-      the release of &os;&nbsp;7.2, the Open Source Edition
-      (<acronym>OSE</acronym>) of Sun's
+      the release of &os;&nbsp;7.2, Sun's
       <application>&virtualbox;</application> appeared in the
       Ports&nbsp;Collection as a native &os; program.</para>
 
@@ -1123,14 +1122,13 @@ EndSection</programlisting>
       developed, complete virtualization package, that is available
       for most operating systems including &windows;, &macos;, &linux;
       and &os;.  It is equally capable at running &windows; or &unix;
-      like guests.  It comes in two flavors, an open source and a
-      proprietary edition.  From the user's point of view, perhaps the
-      most important limitation of the <acronym>OSE</acronym> is the
-      lack of USB support.  Other differences may be found in the
-      <quote>Editions</quote> page of the
-      <application>&virtualbox;</application> wiki, at
-      <ulink url="http://www.virtualbox.org/wiki/Editions"></ulink>.
-      Currently, only the OSE is available for &os;.</para>
+      like guests.  It is released as open source software, but with
+      closed-source components available in a separate extension pack.  
+      These components include support for USB 2.0 devices, among others.
+      More information may be found on the <quote>Downloads</quote> page
+      of the <application>&virtualbox;</application> wiki, at
+      <ulink url="http://www.virtualbox.org/wiki/Downloads"></ulink>.
+      Currently, these extensions are not available for &os;.</para>
 
     <sect2 id="virtualization-virtualbox-install">
       <title>Installing &virtualbox;</title>
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 4 Isabell Long freebsd_committer freebsd_triage 2012-07-31 09:40:33 UTC
State Changed
From-To: open->closed

Thanks for this, the update has now been committed.