This is the line I add in /etc/services :
cvspserver 2401/tcp
This is the line I add in /etc/inetd.conf
cvspserver stream tcp nowait root /usr/bin/cvs \
cvs -f --allow-root=/src/cvs pserver
This is my CVSROOT variable :
$CVSROOT = /src/cvs
Theses lines are from /etc/shadow
infog:sDWVMaihwVQww:::::::
jimmy:90ulwh.q28y9A:::::::
Theses lines are from $CVSROOT/passwd
infog:sDWVMaihwVQww
jimmy:90ulwh.q28y9A
This is the line I add in $CVSROOT/config
SystemAuth=yes
When I use this command : "cvs -d :pserver:[EMAIL PROTECTED]:/src/cvs login",
I got the following message :
(Logging in to [EMAIL PROTECTED])
CVS password:
cvs [login aborted]: unrecognized auth response from 10.5.0.30:
Usage: \ [cvs-options] command [command-options-and-arguments]
What is wrong with that?
Jimmy