info-cvs
[Top][All Lists]
Advanced

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

Re: CVS under RedHat 7.2


From: Gianni Mariani
Subject: Re: CVS under RedHat 7.2
Date: Mon, 11 Feb 2002 08:28:33 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221

The cvs client IS also the server.

Classic case of RTFM.

http://www.cvshome.org/docs/manual/cvs_2.html#IDX79

However - RH uses 'xinetd' which takes somthing like the following:

*** make sure you use your own --allow-root specification***

------snip---------
# default: on
# description: The cvspserver provides support for cvs network connections \
#       unencrypted username/password pairs for authentication.
service cvspserver
{
      flags           = REUSE
socket_type = stream wait = no
      user            = root
      passenv         = PATH
      server          = /usr/bin/cvs
      server_args     = -f --allow-root=/cvssrc/main/cvsroot pserver
      log_on_failure  += USERID
}
----- snip ------

placed in

/etc/xinetd.d/cvspserver

and then run

/etc/rc.d/init.d/xinetd restart (or HUP it or somthing)

RH comes with everything to run a cvs shop oob.

Regards
G

Bryon Lape wrote:

I have the CVS 1.11.1p1 that comes with RH 7.2, but the cvspserver and
cvsup programmes are not there.  How does one get the server running so
that CVS can be reached from other machines?

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs







reply via email to

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