info-cvs
[Top][All Lists]
Advanced

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

Re: No /etc/inetd.conf; pserver setup?


From: Larry Jones
Subject: Re: No /etc/inetd.conf; pserver setup?
Date: Mon, 15 Apr 2002 10:54:50 -0400 (EDT)

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



reply via email to

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