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

Diff for /www/59.html between version 1.95 and 1.96

version 1.95, 2019/06/01 23:12:47 version 1.96, 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/59.html">  <link rel="canonical" href="https://www.openbsd.org/59.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 39 
Line 38 
 <li>See a <a href="plus59.html">detailed log of changes</a> between the  <li>See a <a href="plus59.html">detailed log of changes</a> between the
     5.8 and 5.9 releases.      5.8 and 5.9 releases.
 <p>  <p>
 <li><a href="https://man.openbsd.org/signify">signify(1)</a>  <li><a href="https://man.openbsd.org/signify.1">signify(1)</a>
     pubkeys for this release:      pubkeys for this release:
   
 <p>  <p>
Line 57 
Line 56 
 <td>  <td>
 RWSLRYDCTJeWLIScncqwGuXK6JVXDcIyRT0q+0m30MXXG4W2xWS4NZBP  RWSLRYDCTJeWLIScncqwGuXK6JVXDcIyRT0q+0m30MXXG4W2xWS4NZBP
 </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 5.9.  This is a partial list of new features and systems included in OpenBSD 5.9.
 For a comprehensive list, see the <a href="plus59.html">changelog</a> leading  For a comprehensive list, see the <a href="plus59.html">changelog</a> leading
Line 908 
Line 905 
   
 <section id=install>  <section id=install>
 <h3>How to install</h3>  <h3>How to install</h3>
   
 <p>  <p>
 Following this are the instructions which you would have on a piece of  Following this are the instructions which you would have on a piece of
 paper if you had purchased a CDROM set instead of doing an alternate  paper if you had purchased a CDROM set instead of doing an alternate
Line 959 
Line 955 
 <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.9/zaurus/INSTALL.zaurus">  <li><a href="https://ftp.openbsd.org/pub/OpenBSD/5.9/zaurus/INSTALL.zaurus">
         .../OpenBSD/5.9/zaurus/INSTALL.zaurus</a>          .../OpenBSD/5.9/zaurus/INSTALL.zaurus</a>
 </ul>  </ul>
   </section>
   
 <hr>  <hr>
   
Line 1053 
Line 1050 
   
 <ul style="list-style-type: none">  <ul style="list-style-type: none">
 <li>  <li>
 Write <i>FTP:5.9/alpha/floppy59.fs</i> or  Write <i>5.9/alpha/floppy59.fs</i> or
 <i>FTP:5.9/alpha/floppyB59.fs</i> (depending on your machine) to a diskette and  <i>5.9/alpha/floppyB59.fs</i> (depending on your machine) to a diskette and
 enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.  enter <i>boot dva0</i>. Refer to INSTALL.alpha for more details.
 <p>  <p>
 <li>  <li>
Line 1143 
Line 1140 
   
 <section id=upgrade>  <section id=upgrade>
 <h3>How to upgrade</h3>  <h3>How to upgrade</h3>
   <p>
 If you already have an OpenBSD 5.8 system, and do not want to reinstall,  If you already have an OpenBSD 5.8 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/upgrade59.html">Upgrade Guide</a>.  <a href="faq/upgrade59.html">Upgrade Guide</a>.
Line 1153 
Line 1150 
   
 <section id=sourcecode>  <section id=sourcecode>
 <h3>Notes about the source code</h3>  <h3>Notes about the source code</h3>
   <p>
 src.tar.gz contains a source archive starting at /usr/src.  This file  src.tar.gz contains a source archive starting at /usr/src.  This file
 contains everything you need except for the kernel sources, which are  contains everything you need except for the kernel sources, which are
 in a separate archive.  To extract:  in a separate archive.  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>
   
 sys.tar.gz contains a source archive starting at /usr/src/sys.  sys.tar.gz contains a source archive starting at /usr/src/sys.
Line 1169 
Line 1166 
 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>
   
 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
Line 1181 
Line 1178 
 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>
 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>
   
 Go read the <a href="faq/ports/index.html">ports</a> page  Go read the <a href="faq/ports/index.html">ports</a> page
Line 1212 
Line 1208 
 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_5_9</b>  # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_9</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.95  
changed lines
  Added in v.1.96