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

Diff for /www/anoncvs.html between version 1.279 and 1.280

version 1.279, 2008/01/14 15:49:54 version 1.280, 2008/03/01 11:33:54
Line 65 
Line 65 
       <a href="http://www.XFree86.org/">XFree86-3</a> software project.        <a href="http://www.XFree86.org/">XFree86-3</a> software project.
       This is here just for historical purposes, most users will have no        This is here just for historical purposes, most users will have no
       reason to use this tree, it is no longer being used.        reason to use this tree, it is no longer being used.
   <li><b>XF4</b> - Houses OpenBSD's active X source tree.    <li><b>XF4</b> - Houses OpenBSD's adaptation of the XFree86-4 source tree.
   <li><b>xenocara</b> - Houses OpenBSD's in-development X.org v7 tree.    <li><b>xenocara</b> - Houses OpenBSD's active X.org v7 source tree.
 </ul>  </ul>
   
 <p>  <p>
Line 131 
Line 131 
 To extract the source tree from the CD to <i>/usr/src</i> (assuming the CD is  To extract the source tree from the CD to <i>/usr/src</i> (assuming the CD is
 mounted on /mnt):  mounted on /mnt):
 <pre>  <pre>
     # <b>cd /usr/src; tar xzf /mnt/src.tar.gz</b>      # <b>cd /usr/src</b>
     # <b>cd /usr; tar xzf /mnt/XF4.tar.gz</b>      # <b>tar xzf /mnt/src.tar.gz</b>
       # <b>tar xzf /mnt/xenocara.tar.gz</b>
       # <b>cd /usr</b>
     # <b>tar xzf /mnt/ports.tar.gz</b>      # <b>tar xzf /mnt/ports.tar.gz</b>
 </pre>  </pre>
   
Line 142 
Line 144 
 which contains the files used to create the kernel, and <tt>src.tar.gz</tt>  which contains the files used to create the kernel, and <tt>src.tar.gz</tt>
 which contains all the other "userland" utilities.  which contains all the other "userland" utilities.
 In general, however, you will usually want both of them installed.  In general, however, you will usually want both of them installed.
 Assuming the downloaded files, <tt>src.tar.gz</tt> and  Assuming the downloaded files, <tt>src.tar.gz</tt>,
 <tt>sys.tar.gz</tt> are in <tt>/usr</tt>:  <tt>sys.tar.gz</tt> and <tt>xenocara.tar.gz</tt> are in <tt>/usr</tt>:
   
 <pre>  <pre>
     # <b>cd /usr/src</b>      # <b>cd /usr/src</b>
     # <b>tar xzf ../sys.tar.gz</b>      # <b>tar xzf ../sys.tar.gz</b>
     # <b>tar xzf ../src.tar.gz</b>      # <b>tar xzf ../src.tar.gz</b>
       # <b>tar xzf ../xenocara.tar.gz</b>
     # <b>cd /usr</b>      # <b>cd /usr</b>
     # <b>tar xzf XF4.tar.gz</b>  
     # <b>tar xzf ports.tar.gz</b>      # <b>tar xzf ports.tar.gz</b>
 </pre>  </pre>
   

Legend:
Removed from v.1.279  
changed lines
  Added in v.1.280