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

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

version 1.96, 2019/06/12 20:57:17 version 1.97, 2019/06/13 05:33:57
Line 1161 
Line 1161 
 # <kbd>tar xvfz /tmp/src.tar.gz</kbd>  # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
   
   <p>
 sys.tar.gz contains a source archive starting at /usr/src/sys.  sys.tar.gz contains a source archive starting at /usr/src/sys.
 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:
Line 1171 
Line 1172 
 # <kbd>tar xvfz /tmp/sys.tar.gz</kbd>  # <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 1191 
Line 1193 
 # <kbd>tar xvfz /tmp/ports.tar.gz</kbd>  # <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 1198 
Line 1201 
 OpenBSD ports system.  OpenBSD ports system.
 <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">  <a href="https://man.openbsd.org/cvs">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  source tree, our ports tree is available via
 <a href="anoncvs.html">AnonCVS</a>.  <a href="anoncvs.html">AnonCVS</a>.
Line 1212 
Line 1214 
 # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_9</kbd>  # <kbd>cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_9</kbd>
 </pre></blockquote>  </pre></blockquote>
   
   <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>

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97