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
-- 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
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...