Daniel Wetzler writes:
> 
> New line in /etc/inetd.conf :
> cvspserver stream tcp nowait root /usr/local/bin/cvs --allow-root=/
> DATA1/cvs-repository pserver

Not quite -- you left out argv[0].  It should be:

        cvspserver stream tcp nowait root /usr/local/bin/cvs cvs 
--allow-root=/DATA1/cvs-repository pserver

Note the addition of "cvs" before --allow-root=.  The way you have it,
it is taking --allow-root... as the command name instead of as an
option.


-Larry Jones

I wonder if I can grow fangs when my baby teeth fall out. -- Calvin


Reply via email to