diff options
author | 2008-03-09 00:48:42 +0000 | |
---|---|---|
committer | 2008-03-09 00:48:42 +0000 | |
commit | 2f91ecc7d5dad3ad11b7a951a9ef75132c77b698 (patch) | |
tree | 94f27d9dd58d3682b145aed69bf329da9ffa31a2 | |
parent | Consolidate FTP option handling, fixing one missing set of options (diff) | |
download | wireguard-openbsd-2f91ecc7d5dad3ad11b7a951a9ef75132c77b698.tar.xz wireguard-openbsd-2f91ecc7d5dad3ad11b7a951a9ef75132c77b698.zip |
Get README up to date: OpenCVS is linked to build now, but man pages are
not installed yet.
ok joris, xsa
-rw-r--r-- | usr.bin/cvs/README | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/usr.bin/cvs/README b/usr.bin/cvs/README index ce92f2d9a78..d13b71db13d 100644 --- a/usr.bin/cvs/README +++ b/usr.bin/cvs/README @@ -6,18 +6,10 @@ Please consult http://www.opencvs.org/ for portable release availability. This is a BSD-licensed equivalent of the popular versioning system CVS. It is currently in development and thus is not yet suited to replace -GNU CVS entirely, so is not yet enabled in /usr/src/usr.bin/Makefile. -This program should NOT be used on a development tree unless -you don't care about losing your modifications due to possible bugs. +GNU CVS entirely. This program should NOT be used on a development tree +unless you don't care about losing your modifications due to possible bugs. -To build and install this release on your OpenBSD system, do the following: - - # cd /usr/src/usr.bin/cvs - # make obj - # make cleandir - # make && make install - -The OpenCVS binary will be installed as /usr/bin/opencvs to -prevent people from accidently overwriting their GNU CVS binary for now. +The OpenCVS binary is installed as /usr/bin/opencvs. Man pages for OpenCVS +are not installed, yet. See http://www.opencvs.org/ for more information. |