Gianni Mariani writes:
> 
> Note below a copy of my xinetd file for the pserver ...

Note especially that it's incorrect.

> # default: on
> # description: The cvspserver provides support for cvs network connections \
> #       unencrypted username/password pairs for authentication.
> service cvspserver
> {
>         flags           = REUSE
>         socket_type     = stream
>         wait            = no
>         user            = root
>         env             = PATH

That should be passenv, not env.

>         server          = /usr/bin/cvs
>         server_args     = --allow-root=/cvssrc/main/cvsroot pserver

server_args should also include -f.

>         log_on_failure  += USERID
> }

-Larry Jones

I think my cerebellum just fused. -- Calvin

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

Reply via email to