=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.96 retrieving revision 1.97 diff -c -r1.96 -r1.97 *** www/59.html 2019/06/12 20:57:17 1.96 --- www/59.html 2019/06/13 05:33:57 1.97 *************** *** 1161,1166 **** --- 1161,1167 ---- # 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: *************** *** 1171,1176 **** --- 1172,1178 ---- # 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 described here. *************** *** 1191,1196 **** --- 1193,1199 ---- # tar xvfz /tmp/ports.tar.gz +

Go read the ports page if you know nothing about ports at this point. This text is not a manual of how to use ports. *************** *** 1198,1205 **** OpenBSD ports system.

The ports/ directory represents a CVS (see the manpage for ! ! cvs(1) if you aren't familiar with CVS) checkout of our ports. As with our complete source tree, our ports tree is available via AnonCVS. --- 1201,1207 ---- OpenBSD ports system.

The ports/ directory represents a CVS (see the manpage for ! cvs(1) if you aren't familiar with CVS) checkout of our ports. As with our complete source tree, our ports tree is available via AnonCVS. *************** *** 1212,1217 **** --- 1214,1220 ---- # 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.]