To install from tarball:
untar, cd into new dir, do "make all"
then run "./install-cvsd.sh" as root
(Read INSTALL file for more info)
Edit whatever configs you want, and then killall -HUP inetd to read the 
new inetd.conf.

Config file format (cvsd.conf):
user=username	(the user cvs will be run under, will also setgid to primary 
			group for this user. default = cvsowner)
path=/home/cvsowner/cvsd-root
		(the chroot'd path for cvs to run in)
repos=/cvsroot-proj1,/cvsroot-proj2
		(comma seperated list of allowable roots, no spaces after 
			commas please. default is to have only one allowable 
			repository/root called /cvsroot)

See INSTALL file for more information on which files are put where.

