info-cvs
[Top][All Lists]
Advanced

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

Re: Linux 7 and xinetd


From: Andy Smith
Subject: Re: Linux 7 and xinetd
Date: Tue, 20 Feb 2001 23:12:27 +0000

On Tue, 20 Feb 2001 15:01:42 -0800, Annette Waters
<address@hidden> wrote:

>Hello!
>I just installed Linux 7 on a dell poweredge.  
>I need to set my pserver up and I was wondering if anyone knows the
>equivalent to the inetd.conf line
>cvspserver stream tcp nowait root /usr/bin/cvs cvs --allow-root=/home/cvs
>--allow-root=/home/cvs_doc pserver
>in the xinetd file on Linux 7?

Do you mean Red Hat 7?

I use:

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]