So, can anyone point if he succeeded to run pserver with xinetd on redhat 7.2 or 7.3 ??
Inlined...
-----%<--------------------%<---------------- service cvspserver { port = 2401 socket_type = stream protocol = tcp user = root wait = no disable = no type = UNLISTED server = /usr/bin/cvs server_args = -f --allow-root /usr/local/cvsrepository pserver } -----%<---------------------%<---------------
Put this in a file, I call cvspserver. Place that file in /etc/xinetd.d directory and restart xinetd: service xinetd restart
I'm running this on a RedHat Linux 7.3 system.
This is actually straight from the Cederqvist manual on cvshome.org. I strongly suggest you read that manual, cover to cover.
K.