  | |  | CVS server in RH AS3? | CVS server in RH AS3? 2005-08-05 - By John Haxby
Back Mimmus wrote:
>Hi, >I'm trying to setup a CVS server in RH AS 3. >Installing cvs-1.11 package seems to be insufficient (it installs only >client). > >Any help? I'm missing something? > > You just need something in /etc/xinetd.d/pserver, for example, we have
service cvspserver { port = 2401 socket_type = stream protocol = tcp wait = no user = root passenv = PATH server = /usr/bin/cvs server_args = -f --allow-root=/cvsroot pserver }
I'm pretty sure that this is not part of any RPM, it's just a config file that you have to write (and it's documented in among all the CVS stuff somewhere).
jch
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |