On Fri, 16 Feb 2001 11:52:59 -0000, Richard McMahon
<[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>

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

Reply via email to