info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inetd.conf and xinetd.conf


From: John Temple
Subject: inetd.conf and xinetd.conf
Date: Wed, 6 Jun 2001 16:44:32 -0400

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
address@hidden
(770)557-4900 ext.227 Office
(770)633-5033 Cell




reply via email to

[Prev in Thread] Current Thread [Next in Thread]