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

Diff for /www/22.html between version 1.1 and 1.2

version 1.1, 1998/01/03 23:23:54 version 1.2, 1998/01/03 23:29:20
Line 159 
Line 159 
 contains everything you need except for the kernel sources, which are  contains everything you need except for the kernel sources, which are
 in a seperate archive.  To extract:  in a seperate archive.  To extract:
 <p>  <p>
         # mkdir -p /usr/src  <pre>
         # cd /usr/src  # mkdir -p /usr/src
         # tar xvfz /tmp/src.tar.gz  # cd /usr/src
   # tar xvfz /tmp/src.tar.gz
   </pre>
 <p>  <p>
 srcsys.tar.gz contains a source archive starting at /usr/src/sys.  srcsys.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:
 <p>  <p>
         # mkdir -p /usr/src/sys  <pre>
         # cd /usr/src/sys  # mkdir -p /usr/src/sys
         # tar xvfz /tmp/srcsys.tar.gz  # cd /usr/src/sys
   # tar xvfz /tmp/srcsys.tar.gz
   </pre>
 <p>  <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
Line 183 
Line 187 
 <p>  <p>
 A ports tree archive is also provided.  To extract:  A ports tree archive is also provided.  To extract:
 <p>  <p>
         # cd /usr  <pre>
         # tar xvfz /tmp/ports.tar.gz  # cd /usr
         # cd ports  # tar xvfz /tmp/ports.tar.gz
         # ls  # cd ports
         ...  # ls
   ...
   </pre>
 <p>  <p>
 The ports/ subdirectory is a checkout of the OpenBSD ports tree.  Go  The ports/ subdirectory is a checkout of the OpenBSD ports tree.  Go
 read http://www.OpenBSD.org/ports.html if you know nothing about ports  read http://www.OpenBSD.org/ports.html if you know nothing about ports
Line 210 
Line 216 
 available on a read-write medium and update the tree with a command  available on a read-write medium and update the tree with a command
 like:  like:
 <p>  <p>
         # cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -PAd  <pre>
   # cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -PAd
   </pre>
 <p>  <p>
 [Of course, you must replace the local directory and server name here  [Of course, you must replace the local directory and server name here
 with the location of your ports collection and a nearby anoncvs  with the location of your ports collection and a nearby anoncvs

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2