CVS 远程设置
作者:互联网
suse-tom:~ # vim /etc/xinetd.d/cvspserver
suse-tom:~ # service xinetd restart
/etc/xinetd.d/cvspserver文件
# CVS pserver (remote acces to your CVS repositories)
# Please read the section on security and passwords in the CVS manual,
# before you enable this.
# default: off
service cvspserver
{
disable = no
socket_type = stream
protocol = tcp
port = 2401
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/home/tom/cvs pserver
}
标签:suse,service,CVS,xinetd,设置,tom,cvspserver,远程 来源: https://blog.csdn.net/pop541111/article/details/117198503