I am trying to run cvs on Redhat 7.1.  Right now I am receiving an
"unrecognized auth response" which means that my inetd.conf file is not set
up correctly.  Well RedHat 7.1 uses xinetd.conf instead of inetd.conf and
the two of them use different syntax.  This is what I have so far.  Please
take a look and let me know what you think.

/etc/xinetd.conf
...
includedir /etc/xinetd.d
...

/etc/xinetd.d/pserver
service pserver
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        port            = 2401
        server  = /usr/bin/cvs
        server_args     = cvs -f --allow-root=/usr/bin/cvsroot/CVSROOT pserver
}

I am very new to Linux so if there is any help that you can provide me I
will very much appreciate it.

John Temple
Virtuant - www.virtuant.com
Systems Engineer
[EMAIL PROTECTED]
(770)557-4900 ext.227 Office
(770)633-5033 Cell


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

Reply via email to