info-cvs
[Top][All Lists]
Advanced

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

Re: I need help Installing CVS on RedHat 7.1


From: Larry Jones
Subject: Re: I need help Installing CVS on RedHat 7.1
Date: Fri, 1 Mar 2002 17:36:01 -0500 (EST)

aleksey zakharov writes:
> 
> But the problem is I DON'T have /etc/inetd.conf file
> 
> Can anyone please let me know where is this file on RH 7.1 system. OR
> can anyone please point me into the right direction on how to finish the
> installation. If you have any CVS installation docs inparticular for RH
> 7.1 system please send them to me. 

RH 7.1 uses xinetd instead of inetd.  Here's what the current
development version of the CVS manual (see www.cvshome.org) has to say:

        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

Pitiful.  Just pitiful. -- Calvin



reply via email to

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