> You may have to put the line 'disable = no'[1] in /etc/xinetd.d/cvspserver.
> have you issued `service xinetd restart`, since setting up
> /etc/xinetd.d/cvspserver?
I tried but with no change:
[EMAIL PROTECTED] ~]# cat /etc/xinetd.d/cvspserver
service cvspserver
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/usr/local/cvsroot pserver
}
[EMAIL PROTECTED] ~]# /etc/init.d/xinetd restart
Stopping xinetd:                                           [  OK  ]
Starting xinetd:                                           [  OK  ]
[EMAIL PROTECTED] ~]# telnet localhost 2401
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.

> has the following link been of any help?
> https://www.cvshome.org/docs/manual/cvs-1.11.19/cvs_21.html#SEC187
I read it before but couldn't find an answer. thanks for your help.
Alex
_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to