info-cvs
[Top][All Lists]
Advanced

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

RE: cvs with xinetd


From: Adam W. Montville
Subject: RE: cvs with xinetd
Date: Thu, 3 May 2001 05:55:29 -0700

What I found on http://www.xinetd.org/ is the following:

service cvspserver
{
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = root
        passenv         =
        server          = /usr/bin/cvs
        server_args             = --allow-root=/cvs/isaac pserver
}

This configuration works wonderfully, although I'm not entirely sure what
leaving "passenv" null actually does.

Adam


-----Original Message-----
From: Larry Jones [mailto:address@hidden
Sent: Wednesday, May 02, 2001 11:08 PM
To: Gianni Mariani
Cc: Adam W. Montville; Info-Cvs
Subject: Re: cvs with xinetd


Gianni Mariani writes:
>
>         env              = HOME=

Again, it is much better to use:

        passenv = PATH

(plus whatever other environment variables you want to pass to the
server but *not* HOME) instead.

-Larry Jones

In short, open revolt and exile is the only hope for change? -- Calvin

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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