On Tue, 20 Feb 2001 15:01:42 -0800, Annette Waters
<[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs