Hi all.

I've been using cvs 1.11.1p1 with xinetd 2.3.3 perfectly for a while
and I just upgraded to 1.11.2. However whenever I run a cvs command
via pserver, the connection hangs after completion until I ^C it.

It works fine if used locally, on the server so I figure it's probably
an inetd thing. I haven't changed the xinetd configuration at all.
Here's the xinetd clause:

service cvspserver
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = cvsuser
        server          = /usr/local/bin/cvs
        server_args     = -f --allow-root=/home/cvsroot pserver
        disable         = no
} 

Any ideas?

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

Reply via email to