[BACK]Return to 62.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/62.html between version 1.94 and 1.95

version 1.94, 2019/06/01 23:12:47 version 1.95, 2019/06/12 20:57:17
Line 8 
Line 8 
 <link rel="stylesheet" type="text/css" href="openbsd.css">  <link rel="stylesheet" type="text/css" href="openbsd.css">
 <link rel="canonical" href="https://www.openbsd.org/62.html">  <link rel="canonical" href="https://www.openbsd.org/62.html">
   
   
 <h2 id=OpenBSD>  <h2 id=OpenBSD>
 <a href="index.html">  <a href="index.html">
 <i>Open</i><b>BSD</b></a>  <i>Open</i><b>BSD</b></a>
Line 55 
Line 54 
 <td>  <td>
 RWRvEq+UPCq0VGI9ar7VMy+HYKDrOb4WS5JLhdUBiX3qvJgPQjyZSTxI  RWRvEq+UPCq0VGI9ar7VMy+HYKDrOb4WS5JLhdUBiX3qvJgPQjyZSTxI
 </table>  </table>
   </ul>
 <p>  <p>
 All applicable copyrights and credits are in the src.tar.gz,  All applicable copyrights and credits are in the src.tar.gz,
 sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the  sys.tar.gz, xenocara.tar.gz, ports.tar.gz files, or in the
 files fetched via ports.tar.gz.  files fetched via ports.tar.gz.
 </ul>  
 </table>  </table>
   
 <hr>  <hr>
   
 <section id=new>  <section id=new>
 <h3>What's New</h3>  <h3>What's New</h3>
   
 <p>  <p>
 This is a partial list of new features and systems included in OpenBSD 6.2.  This is a partial list of new features and systems included in OpenBSD 6.2.
 For a comprehensive list, see the <a href="plus62.html">changelog</a> leading  For a comprehensive list, see the <a href="plus62.html">changelog</a> leading
Line 857 
Line 854 
   
 <section id=install>  <section id=install>
 <h3>How to install</h3>  <h3>How to install</h3>
   <p>
 Please refer to the following files on the mirror site for  Please refer to the following files on the mirror site for
 extensive details on how to install OpenBSD 6.2 on your machine:  extensive details on how to install OpenBSD 6.2 on your machine:
   
Line 1042 
Line 1039 
   
 <p>  <p>
 If nothing works, you can boot over the network as described in INSTALL.sparc64.  If nothing works, you can boot over the network as described in INSTALL.sparc64.
   
 </section>  </section>
   
 <hr>  <hr>
   
 <section id=upgrade>  <section id=upgrade>
 <h3>How to upgrade</h3>  <h3>How to upgrade</h3>
   <p>
 If you already have an OpenBSD 6.1 system, and do not want to reinstall,  If you already have an OpenBSD 6.1 system, and do not want to reinstall,
 upgrade instructions and advice can be found in the  upgrade instructions and advice can be found in the
 <a href="faq/upgrade62.html">Upgrade Guide</a>.  <a href="faq/upgrade62.html">Upgrade Guide</a>.
Line 1059 
Line 1055 
   
 <section id=sourcecode>  <section id=sourcecode>
 <h3>Notes about the source code</h3>  <h3>Notes about the source code</h3>
   <p>
 <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.  <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
 This file contains everything you need except for the kernel sources,  This file contains everything you need except for the kernel sources,
 which are in a separate archive.  which are in a separate archive.
 To extract:  To extract:
   
 <blockquote><pre>  <blockquote><pre>
 # <b>mkdir -p /usr/src</b>  # <kbd>mkdir -p /usr/src</kbd>
 # <b>cd /usr/src</b>  # <kbd>cd /usr/src</kbd>
 # <b>tar xvfz /tmp/src.tar.gz</b>  # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
   <p>
 <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.  <code>sys.tar.gz</code> contains a source archive starting at <code>/usr/src/sys</code>.
 This file contains all the kernel sources you need to rebuild kernels.  This file contains all the kernel sources you need to rebuild kernels.
 To extract:  To extract:
   
 <blockquote><pre>  <blockquote><pre>
 # <b>mkdir -p /usr/src/sys</b>  # <kbd>mkdir -p /usr/src/sys</kbd>
 # <b>cd /usr/src</b>  # <kbd>cd /usr/src</kbd>
 # <b>tar xvfz /tmp/sys.tar.gz</b>  # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
   <p>
 Both of these trees are a regular CVS checkout.  Using these trees it  Both of these trees are a regular CVS checkout.  Using these trees it
 is possible to get a head-start on using the anoncvs servers as  is possible to get a head-start on using the anoncvs servers as
 described <a href="anoncvs.html">here</a>.  described <a href="anoncvs.html">here</a>.
Line 1093 
Line 1091 
   
 <section id=ports>  <section id=ports>
 <h3>Ports Tree</h3>  <h3>Ports Tree</h3>
   <p>
 A ports tree archive is also provided.  To extract:  A ports tree archive is also provided.  To extract:
   
 <blockquote><pre>  <blockquote><pre>
 # <b>cd /usr</b>  # <kbd>cd /usr</kbd>
 # <b>tar xvfz /tmp/ports.tar.gz</b>  # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
   <p>
 Go read the <a href="faq/ports/index.html">ports</a> page  Go read the <a href="faq/ports/index.html">ports</a> page
 if you know nothing about ports  if you know nothing about ports
 at this point.  This text is not a manual of how to use ports.  at this point.  This text is not a manual of how to use ports.
Line 1115 
Line 1114 
 with a command like:  with a command like:
   
 <blockquote><pre>  <blockquote><pre>
 # <b>cd /usr/ports</b>  # <kbd>cd /usr/ports</kbd>
 # <b>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_2</b>  # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_2</kbd>
 </pre></blockquote>  </pre></blockquote>
   
 [Of course, you must replace the server name here with a nearby anoncvs  [Of course, you must replace the server name here with a nearby anoncvs

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95