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

Diff for /www/30.html between version 1.44 and 1.45

version 1.44, 2019/06/12 20:57:16 version 1.45, 2019/06/13 05:33:57
Line 28 
Line 28 
 <br>  <br>
 <br>  <br>
 <ul>  <ul>
 <li>See the information on <a href=ftp.html>The FTP page</a> for  <li>See the information on <a href="ftp.html">The FTP page</a> for
         a list of mirror machines.          a list of mirror machines.
 <li>Go to the <code class=reldir>pub/OpenBSD/3.0/</code> directory on  <li>Go to the <code class=reldir>pub/OpenBSD/3.0/</code> directory on
         one of the mirror sites.          one of the mirror sites.
 <li>Have a look at <a href=errata30.html>The 3.0 Errata page</a> for a list  <li>Have a look at <a href="errata30.html">The 3.0 Errata page</a> for a list
         of bugs and workarounds.          of bugs and workarounds.
 <li>See a <a href=plus30.html>detailed log of changes</a> between the  <li>See a <a href="plus30.html">detailed log of changes</a> between the
         2.9 and 3.0 releases.          2.9 and 3.0 releases.
 </ul>  </ul>
 <p>  <p>
Line 339 
Line 339 
 <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:
 <p>  
 <blockquote><pre>  <blockquote><pre>
 # <kbd>cd /usr</kbd>  # <kbd>cd /usr</kbd>
 # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>  # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>
Line 347 
Line 346 
 </pre></blockquote>  </pre></blockquote>
 <p>  <p>
 The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go  The <i>ports/</i> subdirectory is a checkout of the OpenBSD ports tree.  Go
 read <a href=faq/faq15.html>http://www.OpenBSD.org/faq/faq15.html</a>  read <a href="faq/faq15.html">https://www.OpenBSD.org/faq/faq15.html</a>
 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.
 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
Line 359 
Line 358 
 on most architectures (over 1200 packages build on i386, for instance).  on most architectures (over 1200 packages build on i386, for instance).
 <p>  <p>
 The <i>ports/</i> directory represents a CVS (see the manpage for  The <i>ports/</i> directory represents a CVS (see the manpage for
 <a href="https://man.openbsd.org/cvs.1">  <a href="https://man.openbsd.org/cvs.1">cvs(1)</a> if
 cvs(1)</a> if  
 you aren't familiar with CVS) checkout of our ports.  As with our complete  you aren't familiar with CVS) checkout of our ports.  As with our complete
 source tree, our ports tree is available via anoncvs.  So, in  source tree, our ports tree is available via anoncvs.  So, in
 order to keep current with it, you must make the <i>ports/</i> tree  order to keep current with it, you must make the <i>ports/</i> tree
 available on a read-write medium and update the tree with a command  available on a read-write medium and update the tree with a command
 like:  like:
 <p>  
 <blockquote><pre>  <blockquote><pre>
 # <kbd>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_0</kbd>  # <kbd>cd [portsdir]/; cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_3_0</kbd>
 </pre></blockquote>  </pre></blockquote>

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45