pserver 1.10 & Solaris 5.7 problem.
inetd.conf:
cvspserver stream tcp nowait root /usr/local/bin/cvs
cvs -t --allow-root=/usr/local/cvsroot pserver
/etc/services:
cvspserver 2401/tcp
CVSROOT/passwd: has valid crypted passwd & user
Behavior:
telnet servername 2401
hangs.
cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot login
hangs.
If I change the inetd.conf so cvs has no options, then
cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot login
says there is no cvsroot defined.
Help appreciated; couldn't find anything on this.
-a-