u could try something like this...

touch a cvs file in /etc/xinted.d

add

service cvs
{
        disable=no
        FLAGS  =REUSE
        socket_type=stream
        wait       =no (depends)
        user=root
        server=/usr/bin/cvs
        log_on_failure +=USERID
}


restart xinted and then do a netstat to find if the cvs port is listening to requests.

netstat -a --tcp | grep <portnumber>

all luck



On Fri, 5 Oct 2001, Harnish, Joe wrote:

!Date: Fri, 5 Oct 2001 14:09:47 -0400
!From: "Harnish, Joe" <[EMAIL PROTECTED]>
!Reply-To: [EMAIL PROTECTED]
!To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
!Subject: Setting up a CVS server
!
!Hello all,
!
!I am trying to create a CVS server for our development team.  So I went and
!found documentation on setting it up.  Well I go through the documentation
!until it says to add an entry into the inetd.conf file.  This line is:
!
!cvspserver stream tcp nowait root /ust/bin/cvs cvs
!--allow-root=/usr/local/cvsroot pserver
!
!I am trying to find out what the equivelent xinetd file would be.  But I can
!not find any information on inetd.conf to xinetd.d files conversion. If
!anyone could tell me where to find this information or how to do this I
!would greatly appreciate it.
!
!Thanks
!
!Joe
!
!

----------------------------------------------------------
When i read about the evils of smoking , I gave up reading
----------------------------------------------------------




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to