=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.98 retrieving revision 1.99 diff -c -r1.98 -r1.99 *** www/59.html 2019/06/13 05:51:38 1.98 --- www/59.html 2019/06/13 06:16:25 1.99 *************** *** 1154,1177 **** src.tar.gz contains a source archive starting at /usr/src. This file contains everything you need except for the kernel sources, which are in a separate archive. To extract: -
  # mkdir -p /usr/src
  # cd /usr/src
  # tar xvfz /tmp/src.tar.gz
  
-

sys.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
  # tar xvfz /tmp/sys.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 --- 1154,1173 ---- *************** *** 1187,1198 ****

Ports Tree

A ports tree archive is also provided. To extract: -

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

Go read the ports page if you know nothing about ports --- 1183,1192 ---- *************** *** 1208,1219 **** So, in order to keep up to date with the -stable branch, you must make the ports/ tree available on a read-write medium and update the tree with a command like: -

  # cd /usr/ports
  # cvs -d anoncvs@server.openbsd.org:/cvs update -Pd -rOPENBSD_5_9
  
-

[Of course, you must replace the server name here with a nearby anoncvs server.] --- 1202,1211 ----