=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/22.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- www/22.html 1998/01/03 23:23:54 1.1 +++ www/22.html 1998/01/03 23:29:20 1.2 @@ -159,17 +159,21 @@ contains everything you need except for the kernel sources, which are in a seperate archive. To extract:

- # mkdir -p /usr/src - # cd /usr/src - # tar xvfz /tmp/src.tar.gz +

+# mkdir -p /usr/src
+# cd /usr/src
+# tar xvfz /tmp/src.tar.gz
+

srcsys.tar.gz contains a source archive starting at /usr/src/sys. This file contains all the kernel sources you need to rebuild kernels. To extract:

- # mkdir -p /usr/src/sys - # cd /usr/src/sys - # tar xvfz /tmp/srcsys.tar.gz +

+# mkdir -p /usr/src/sys
+# cd /usr/src/sys
+# tar xvfz /tmp/srcsys.tar.gz
+

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 @@ -183,11 +187,13 @@

A ports tree archive is also provided. To extract:

- # cd /usr - # tar xvfz /tmp/ports.tar.gz - # cd ports - # ls - ... +

+# cd /usr
+# tar xvfz /tmp/ports.tar.gz
+# cd ports
+# ls
+...
+

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 @@ -210,7 +216,9 @@ available on a read-write medium and update the tree with a command like:

- # cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -PAd +

+# cd [portsdir]/; cvs -d anoncvsserver.openbsd.org:/cvs update -PAd
+

[Of course, you must replace the local directory and server name here with the location of your ports collection and a nearby anoncvs