EXPORT CVSROOT=/HOME/CVSROOT6
CVSINIT
SERVICE XINETD RESTART
[root@esvcds01 xinetd.d]# pwd
/etc/xinetd.d
[root@esvcds01 xinetd.d]# cat cvspserver
# default: on
# description: cvs server
service cvspserver
{
id = cvspserver
disable = no
socket_type = stream
wait = no
user = root
# No Setting the Protocol, use the system default Protocol
protocol = tcp
server = /usr/bin/cvs
server_args = --allow-root=/home/cvsroot --allow-root=/home/cvsroot2 --allow-root=/home/cvsroot3 --allow-root=/home/cvsroot4 --allow-root=/home/cvsroot5 --allow-root=/home/cvsroot6 -f pserver
log = /var/log/cvslog
log_on_success +=USERID
log_on_failure +=USERID
}
博客主要展示了CVS服务器的配置内容,包括设置CVSROOT,进行CVS初始化,重启xinetd服务,还给出了cvspserver服务的详细配置,如socket类型、协议、服务器路径及参数等。

1877

被折叠的 条评论
为什么被折叠?



