check against my config on RH7.1 + xinetd
-------------------------
bash-2.04# cat /etc/xinetd.d/cvspserver
# default: on
# description:
# CVS DEVELOPMENT PSERVER
service cvspserverdev
{
bind = 192.168.20.45
port = 2401
socket_type = stream
wait = no
user = root
server = /apps/cvs/bin/cvs
server_args = --allow-root=/cvsroot/devel pserver
disable = no
}
# default: on
# description:
# CVS BIULD/RELEASE PSERVER
service cvspserverbld
{
bind = 192.168.20.47
port = 2401
socket_type = stream
wait = no
user = root
server = /apps/cvs/bin/cvs
server_args = --allow-root=/cvsroot/build pserver
disable = no
}
-----------------------------------------------
bash-2.04# cat /etc/services | grep cvs
cvspserverdev 2401/tcp # CVS client/server operations
cvspserverdev 2401/udp # CVS client/server operations
cvspserverbld 7401/tcp # CVS client/server operations
cvspserverbld 7401/udp # CVS client/server operations
cvsup 5999/tcp CVSup # CVSup file transfer/John Polstra/FreeBSD
cvsup 5999/udp CVSup # CVSup file transfer/John Polstra/FreeBSD
bash-2.04# cat /etc/passwd | grep cvs
cvs:x:502:502::/apps/cvs:/bin/bash
cvsdev:x:503:503::/home/cvsdev:/bin/bash
cvsbld:x:504:504::/home/cvsbld:/bin/bash
bash-2.04# cat /etc/group|grep cvs
cvs:x:502:
cvsdev:x:503:
cvsbld:x:504:
-----------------------------------------------
bash-2.04# ls /cvsroot/
build devel
Visit iWon.com - the Internet's largest guaranteed cash giveaway!
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs
