info-cvs
[Top][All Lists]
Advanced

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

Re: New checkout troubles !


From: Larry Jones
Subject: Re: New checkout troubles !
Date: Wed, 23 Jan 2002 13:23:14 -0500 (EST)

Xavier MAILLARD writes:
> 
> This is not a cvs command but /usr/bin/env -i cvs ...

Ah, I overlooked the fact that you changed the server.  Since you have
xinetd, however, there's a much simpler method: simply specify passenv
with the environment variables you want passed.  Specifying an empty
list gives the same result as env -i, but I usually suggest passing at
least $PATH as in the example from the manual:

        service cvspserver
        {
           port        = 2401
           socket_type = stream
           protocol    = tcp
           wait        = no
           user        = root
           passenv     = PATH
           server      = /usr/local/bin/cvs
           server_args = -f --allow-root=/usr/cvsroot pserver
        }

-Larry Jones

I like maxims that don't encourage behavior modification. -- Calvin



reply via email to

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