Hi,
I created a file called `/etc/xinetd.d/cvspserver' containing the
following :

service cvspserver
{
port    = 2401
socket_type = stream
protocol    = tcp
wait    = no
user    = root
passenv    = PATH
server    = /usr/local/bin/cvs
server_args = -f --allow-root=/usr/cvsroot pserver
}

and started the xinetd.
and checked whether cvspserver is running by
'telnet cvspserver 2401' and it is giving 'unknown host '.
i am not able to setup pserver.



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to