info-cvs
[Top][All Lists]
Advanced

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

Re: CVS, Connection refused


From: Larry Jones
Subject: Re: CVS, Connection refused
Date: Tue, 22 Jan 2002 11:56:55 -0500 (EST)

Art writes:
> 
> 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
> } 

I presume /usr/sbin/cvspserver is a shell script that runs CVS with the
appropriate arguments.  A more typical example is the one that's now in
the manual:

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

You just can't ever be too careful. -- Calvin



reply via email to

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