John Temple writes:
> 
> service pserver
> {
>       socket_type     = stream
>       protocol        = tcp
>       wait            = no
>       user            = root
>       port            = 2401
>       server  = /usr/bin/cvs
>       server_args     = cvs -f --allow-root=/usr/bin/cvsroot/CVSROOT pserver
> }

Get rid of the "cvs" in server_args and add:

        passenv = PATH

(And /usr/bin is a *very* peculiar place to put your repository -- are
you sure that's where you want it?!?)

-Larry Jones

I told her to expect you to deny everything. -- Calvin

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

Reply via email to