info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: who runs cvs?


From: Larry Jones
Subject: Re: who runs cvs?
Date: Tue, 14 Aug 2001 15:34:09 -0400 (EDT)

Ronald Edward Petty writes:
> 
> service cvspserver
> {
>       flags   = REUSE
>       socket_type     = stream
>       wait    = no
>       protocol        = tcp
>       user    = root
>       server  = /usr/bin/cvs
>       server_args     = --allow-root=/repository pserver

That should be:

        server_args = -f --allow-root=/repository pserver

If that doesn't fix the problem, then you need to also add:

        passenv = PATH

>       log_on_failure  += USERID
>       disable = no
> }

-Larry Jones

You're just trying to get RID of me, aren't you? -- Calvin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]