> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Lamar Thomas
...
> "Art" <[EMAIL PROTECTED]> wrote in message
...
> > > Lamar Thomas
> > ...
> > > I am running RH 7.1 and CVS 1.11-3 using the bash shell.  
...
> I have the following two lines in /etc/services:
> 
> cvspserver 2401/tcp # CVS client/server operations
> cvspserver 2401/udp # CVS client/server operations
> 
> However, I don't have anything in xinetd.conf about cvs.  Here is what my
> xinetd.conf looks likes:
...

I have, in /etc/xinetd.d/cvs:
# CVS configuration for xinetd don't forget to specify your CVSROOT in
#  /etc/cvs/cvs.conf.

service cvspserver
{
    disable         = no
        socket_type         = stream
        protocol            = tcp
        wait                = no
        user                = root
        server              = /usr/sbin/cvspserver
} 


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

Reply via email to