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

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

Reply via email to