Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Setting up cvs server on RedHat 7.1

1 view
Skip to first unread message

Adrian Barrett

unread,
May 24, 2001, 11:35:52 AM5/24/01
to
Hi there,

I've just installed RedHat 7.1 and I'm trying to set it up as a CVS
server for remote access. The problem is that the CVS manual talks
about making changes to the /etc/inted.conf file to allow direct
connection with password authentication. However, /etc/inetd.conf
doesn't exist on RedHat 7.1; all the configuration stuff seems to have
moved into separate files in a directory called /etc/xinetd.d which have
similar entries to inetd.comf but not exactly the same. Has anyone had
any experience of setting up a cvs server on RedHat 7.1?

Thanks in advance for any help.

Adrian Barrett

Z. Joe Wang

unread,
May 24, 2001, 11:51:01 AM5/24/01
to
Here is the cvs file I have in my /etc/xinetd.d directory -

-- begin --------------------------------------------------------------------
# Converted by inetdconvert
service cvspserver
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/wd1/common/cvs_server -T /wd1/common/cvs_tmp pserver
disable = no
}
-- end ----------------------------------------------------------------------

-joe

--
Z. Joe Wang - <~{MuVw~}> Phone: (314) 615-6340 (O)
Stereotaxis Inc, St. Louis, MO Mailto:wa...@stereotaxis.com

XIP

unread,
May 26, 2001, 3:14:15 AM5/26/01
to
Hi,

Can anybody please explain the arguments in the line below? Thanks

server_args = -f --allow-root=/wd1/common/cvs_server -T
/wd1/common/cvs_tmp pserver

I saw that in /etc/services, there are 2 CVS services, TCP and UDP, is it
true that
the UDP part can be removed?

Simon

"Z. Joe Wang" <wa...@tesla.stereotaxis.com> 撰寫於郵件
news:9ejal5$7hh$1...@tesla.stereotaxis.com...

0 new messages