info-cvs
[Top][All Lists]
Advanced

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

Re: login problems - problem details given clearly


From: Larry Jones
Subject: Re: login problems - problem details given clearly
Date: Tue, 29 May 2001 11:47:28 -0400 (EDT)

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



reply via email to

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