	How to make anonymous cvs


0. install cvs-1.10.8

1. configure

	% cvs -d /exports/cvsroot init

	XXX chdir NOT run "cvs co CVSROOT" !

	% cd /exports/cvsroot/CVSROOT
	% echo anoncvs > readers
	% echo anoncvs: > passwd

