info-cvs
[Top][All Lists]
Advanced

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

Re: xinetd and cvs


From: Andy Smith
Subject: Re: xinetd and cvs
Date: Fri, 16 Feb 2001 13:28:54 +0000

On Fri, 16 Feb 2001 11:52:59 -0000, Richard McMahon
<address@hidden> wrote:

>Can someone please help me out with the correct details for the xinetd file
>system under Redhat 7.  I am a little unsure as to the translation between
>inetd and xinetd.  

Something like:

service cvspserver
{
        flags           = REUSE
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/bin/cvs
        server_args     = --allow-root=/usr/local/cvs
}

-- 
Andy Smith <address@hidden>



reply via email to

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