=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/57.html,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- www/57.html 2019/06/12 20:57:16 1.111 +++ www/57.html 2019/06/13 05:33:57 1.112 @@ -949,7 +949,6 @@ 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
@@ -959,7 +958,6 @@
 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
@@ -980,7 +978,6 @@
 

Ports Tree

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

 # cd /usr
 # tar xvfz /tmp/ports.tar.gz
@@ -993,15 +990,13 @@
 OpenBSD ports system.
 

The ports/ directory represents a CVS (see the manpage for - -cvs(1) if +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. 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_7