It uses xinetd (and has since 7.2) -- you have to create a file such as:

# CVS configuration for xinetd don't forget to specify your CVSROOT in
#  /etc/cvs/cvs.conf.

service cvspserver
{
        disable             = yes
        socket_type         = stream
        protocol            = tcp
        wait                = no
        user                = root
        server              = /usr/sbin/cvspserver
}

under /etc/xinetd.d and / or edit the file /etc/xinetd.d/

--
Michael Viron
Core Systems Group
Simple End User Linux

At 09:12 PM 9/5/2003 -0400, you wrote:
>On Friday 05 September 2003 08:52 pm, Russell W. Behne wrote:
>> I'm trying to install and start a server that requires me to add a line
>> to /etc/inetd.conf:
>>
>>      gn    stream    tcp nowait    nobody    /usr/local/bin/gn    gn
>>
>> However, it seems that there is no inetd.conf. I also want to do some
>> work with tcp wrappers, which also requires editing inetd.conf. It's
>> clear to me that something's very different in MDK 9.1, but I can't
>> figure out what to do next. How does 9.1 handle these inet services now?
>
>I think that it uses xinetd.  That is what I am using for my ftp server.
>
>-- 
>Bryan Phinney
>Software Test Engineer
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to