CVSROOT=DIRCVS
When I run "cvs -d :pserver:anon@IP:DIRCVS login" I get :
<
(Logging in to anon@IP)
CVS password:
cvs [login aborted]: connect to IP:2401 failed: Connection refused
>
I don't know what to do.....
I take a look at /etc/services and this is the result
cat /etc/services | grep 2401:
<
pserver 2401/tcp # CVS client/server
operations <----- was cvspserver (what is the good one?)
pserver 2401/udp # CVS client/server
operations <----|
>
I also write "pserver stream tcp nowait root /usr/bin/cvs cvs -f
--allow-root=DIRCVS pserver" into xinetd.conf
Now I don't know what I can do to make it work
ASF
NB:the password file DIRCVS/CVSROOT/passwd was created by htpasswd......
But I've read somewhere that there is maybe a third info to write....
but I didn't understand which one.....
thanks in advance!