[ale] 'xinetd' question

Chris Egolf cegolf at ugholf.net
Wed Mar 27 10:05:08 EST 2002


I'm using the following cvspserver file in /etc/xinetd.d on the cvs server.

# default: on
# description: CVS Password Server service.
#
service cvspserver
{
#       flags           = REUSE
         socket_type     = stream
         protocol        = tcp
         wait            = no
         user            = cvs
         server          = /usr/bin/cvs
         server_args     = -f --allow-root=/home/cvsroot pserver
         log_on_failure  += USERID
         disable         = no
}

I've also got a 'cvs:127.0.0.1 10.3.1.' entry in my /etc/hosts.allow on 
the cvs server.

Chris

John Mills wrote:
> ALErs -
> 
> I'm trying to narrow the scope of my remote-CVS question yesterday,
> starting with network services. My '/etc/services' looks OK; at least it
> includes 'cvspserver', 'cvsup' and 'cvsdown' at reasonable port numbers.
> 
> CVS docs say, add the following line to 'inetd.conf':
> 
> "2401 stream tcp nowait root <binpath>/cvs cvs -f --allow-root=<cvsroot>
>  pserver"
> 
> What is the equivalent 'xinetd' usage in RH-7.2? I don't understand it
> from 'man xinetd', at least not yet.
> 
> Thanks.
> 
>  - John Mills
> 
> 
> ---
> This message has been sent through the ALE general discussion list.
> See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
> sent to listmaster at ale dot org.



-- 
============================================================================
                                Chris Egolf
              http://www.ugholf.net     cegolf at ugholf.net
============================================================================


---
This message has been sent through the ALE general discussion list.
See http://www.ale.org/mailing-lists.shtml for more info. Problems should be 
sent to listmaster at ale dot org.






More information about the Ale mailing list