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

Diff for /www/22.html between version 1.40 and 1.41

version 1.40, 2019/06/13 05:33:57 version 1.41, 2019/06/13 05:51:38
Line 40 
Line 40 
 <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 <code>ports.tar.gz</code>.
 </table>  </table>
   
 <hr>  <hr>
Line 171 
Line 171 
 <section id=sourcecode>  <section id=sourcecode>
 <h3>Notes about the source code</h3>  <h3>Notes about the source code</h3>
 <p>  <p>
 src.tar.gz contains a source archive starting at /usr/src.  This file  <code>src.tar.gz</code> contains a source archive starting at <code>/usr/src</code>.
 contains everything you need except for the kernel sources, which are  This file 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>
 # <kbd>mkdir -p /usr/src</kbd>  # <kbd>mkdir -p /usr/src</kbd>
Line 180 
Line 180 
 # <kbd>tar xvfz /tmp/src.tar.gz</kbd>  # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
 <p>  <p>
 srcsys.tar.gz contains a source archive starting at /usr/src/sys.  <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>

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41