info-cvs
[Top][All Lists]
Advanced

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

Re: ...::: INETD x XINETD ?? Cvs server problem :::...


From: Larry Jones
Subject: Re: ...::: INETD x XINETD ?? Cvs server problem :::...
Date: Wed, 23 May 2001 11:26:10 -0400 (EDT)

Pedro Henrique Ponchio writes:
> 
> I have a question about inetd ... my Red Hat system doesn´t have it, it
> have xinetd instead ... is there anyone that could help me to configure
> it to allows other servers to connect to my system?

Here's what the manual now says about xinetd:

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

It's a Doofus Ignoramus!  Our hero slowly reaches for his stun blaster!
-- Calvin



reply via email to

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