Bud Curtis writes:
> 
> Can someone point me to the documentation on how to start up the CVS PSERVER
> using the xinetd configuration file or what file to create in the
> /etc/xinetd.d folder.  I am lost but willing to read until I find the way.

Here's what the current development version of the manual says:

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

I don't think math is a science, I think it's a religion. -- Calvin

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

Reply via email to