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

Diff for /www/57.html between version 1.112 and 1.113

version 1.112, 2019/06/13 05:33:57 version 1.113, 2019/06/13 05:51:38
Line 59 
Line 59 
 <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 946 
Line 946 
 <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 955 
Line 955 
 # <kbd>tar xvfz /tmp/src.tar.gz</kbd>  # <kbd>tar xvfz /tmp/src.tar.gz</kbd>
 </pre></blockquote>  </pre></blockquote>
 <p>  <p>
 sys.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.112  
changed lines
  Added in v.1.113