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
}