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

Diff for /www/27.html between version 1.42 and 1.43

version 1.42, 2019/06/13 05:33:57 version 1.43, 2019/06/13 05:51:38
Line 37 
Line 37 
 <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 294 
Line 294 
 <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 303 
Line 303 
 # <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.42  
changed lines
  Added in v.1.43