info-cvs
[Top][All Lists]
Advanced

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

Re: format of /etc/xinetd.d/cvs?


From: Larry Jones
Subject: Re: format of /etc/xinetd.d/cvs?
Date: Fri, 26 Oct 2001 12:09:54 -0400 (EDT)

tek1 writes:
> 
> what is the full format?
> 
> is this documented anywhere?

It's in the manual for the current development version of CVS:

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's Santa's definition?  How good do you have to be to qualify as good?
-- Calvin



reply via email to

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