Subject: Re: CVS Question
To: None <muc-lists-netbsd-help@moderators.muc.de>
From: Michael Core <520079546242-0001@t-online.de>
List: netbsd-help
Date: 05/13/2002 01:34:43
Jeff Flowers wrote:

> I want to download the entire source for NetBSD 1.5.2, so that I can
> apply the five security fixes that are available for that version.
> 
> I followed the directions for setting up the CVSROOT environment
> variable but I do not seem to have a "cvs" command on my system, which
> I do not understand, as it comes with NetBSD. When I installed my
> current system, I installed everything but games and X stuff.

The easiest way to install cvs is probably doing this:

ftp
ftp://ftp.netbsd.org/pub/NetBSD/packages/1.5/<ARCH>/devel/cvs-1.11nb2.tgz
pkg_add cvs-1.11nb2.tgz

HTH