info-cvs
[Top][All Lists]
Advanced

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

Re: Red Hat 7.2


From: Larry Jones
Subject: Re: Red Hat 7.2
Date: Thu, 29 Nov 2001 11:40:16 -0500 (EST)

Chris Hall writes:
> 
> Previously I have set up CVS on older versions of Red Hat, but I'm
> having trouble with version 7.2 and the new xinetd settings.

>From the current development version of the manual:


If your system uses xinetd instead of inetd, the procedure is slightly
different.  Create a file called '/etc/xinetd.d/cvspserver' containing
the following:

        service cvspserver
        {
           port        = 2401
           socket_type = stream
           protocol    = tcp
           wait        = no
           user        = root
           passenv     = PATH
           server      = /usr/local/bin/cvs
           server_args = -f --allow-root=/usr/cvsroot pserver
        }

(If cvspserver is defined in '/etc/services', you can omit the port
line.)

-Larry Jones

What a waste to be going to school on a morning like this. -- Calvin



reply via email to

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