David Zaroski writes:
> 
> Create file 'cvspserver' in '/etc/xinetd.d' (containing the following):
> 
> service cvspserver
> {
>         flags       = REUSE NAMEINARGS
>         socket_type = stream
>         protocol    = tcp
>         wait        = no
>         user        = root
>         server      = /usr/bin/cvs
>         server_args = cvs -f --allow-root=/home/bhavani/cvsroot pserver
> }

You should also have:

        passenv = PATH

to avoid problems with $HOME being set inappropriately.

-Larry Jones

Even if lives DID hang in the balance, it would depend on whose they were.
-- Calvin

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

Reply via email to