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
}