Trevor Dunn writes:
> 
> service cvspserver
> {
>             socket_type    = stream
>             wait           = no
>             user           = root
>             env            = HOME=/usr/local/cvsroot
>             server         = /usr/bin/cvs
>             server_args    = -f --allow-root=/usr/local/cvsroot pserver
>             dislable       = no
> }

Lose the env line and add:

        passenv = PATH

But that wouldn't cause your problem.

Spelling "disable" correctly may fix the problem.  If not, check that
the path (/usr/bin/cvs) is correct and that the permissions on that file
are correct.  Also check your syslog for error messages from xinetd.

-Larry Jones

I like maxims that don't encourage behavior modification. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to