>>>>> "DF" == David Fallon <[EMAIL PROTECTED]> writes:

DF> (redhat 6.2) using cvs 1.10.7, I'm trying to setup a pserver on a local
DF> machine... I added 

DP> cvspserver stream tcp nowait root /usr/local/bin/cvs 
--allow-root=/home/getacard/test

You've forgot so called "argv[0]".   It must look like this:

cvspserver stream tcp nowait root /usr/local/bin/cvs cvs 
--allow-root=/home/getacard/test

Note the extra `cvs'. 

--alexm

Reply via email to