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

Diff for /www/64.html between version 1.105 and 1.106

version 1.105, 2019/05/27 22:55:18 version 1.106, 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/64.html">  <link rel="canonical" href="https://www.openbsd.org/64.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 54 
Line 53 
 RWRF5TTY+LoN/51QD5kM2hKDtMTzycQBBPmPYhyQEb1+4pff/H6fh/kA  RWRF5TTY+LoN/51QD5kM2hKDtMTzycQBBPmPYhyQEb1+4pff/H6fh/kA
 </table>  </table>
 </ul>  </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
Line 65 
Line 63 
   
 <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.4.  This is a partial list of new features and systems included in OpenBSD 6.4.
 For a comprehensive list, see the <a href="plus64.html">changelog</a> leading  For a comprehensive list, see the <a href="plus64.html">changelog</a> leading
Line 744 
Line 741 
   
 <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.4 on your machine:  extensive details on how to install OpenBSD 6.4 on your machine:
   
Line 776 
Line 773 
 <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/sparc64/INSTALL.sparc64">  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/6.4/sparc64/INSTALL.sparc64">
         .../OpenBSD/6.4/sparc64/INSTALL.sparc64</a>          .../OpenBSD/6.4/sparc64/INSTALL.sparc64</a>
 </ul>  </ul>
   </section>
   
 <hr>  <hr>
   
Line 928 
Line 926 
   
 <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>  <p>
 If you already have an OpenBSD 6.3 system, and do not want to reinstall,  If you already have an OpenBSD 6.3 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
Line 946 
Line 942 
   
 <section id=sourcecode>  <section id=sourcecode>
 <h3>Notes about the source code</h3>  <h3>Notes about the source code</h3>
   
 <p>  <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,
Line 954 
Line 949 
 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>  <p>
Line 965 
Line 960 
 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>  <p>
Line 978 
Line 973 
 results in a much faster initial CVS update than you could expect from  results in a much faster initial CVS update than you could expect from
 a fresh checkout of the full OpenBSD source tree.  a fresh checkout of the full OpenBSD source tree.
 </section>  </section>
 </section>  
   
 <hr>  <hr>
   
 <section id=ports>  <section id=ports>
 <h3>Ports Tree</h3>  <h3>Ports Tree</h3>
   
 <p>  <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>  <p>
Line 999 
Line 992 
 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.
 Rather, it is a set of notes meant to kickstart the user on the  Rather, it is a set of notes meant to kickstart the user on the
 OpenBSD ports system.  OpenBSD ports system.
   
 <p>  <p>
 The <i>ports/</i> directory represents a CVS checkout of our ports.  The <i>ports/</i> directory represents a CVS checkout of our ports.
 As with our complete source tree, our ports tree is available via  As with our complete source tree, our ports tree is available via
Line 1009 
Line 1001 
 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_4</b>  # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_6_4</kbd>
 </pre></blockquote>  </pre></blockquote>
   
 <p>  <p>
 [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
 server.]  server.]
   
 <p>  <p>
 Note that most ports are available as packages on our mirrors. Updated  Note that most ports are available as packages on our mirrors. Updated
 ports for the 6.4 release will be made available if problems arise.  ports for the 6.4 release will be made available if problems arise.
   
 <p>  <p>
 If you're interested in seeing a port added, would like to help out, or just  If you're interested in seeing a port added, would like to help out, or just
 would like to know more, the mailing list  would like to know more, the mailing list

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106