info-cvs
[Top][All Lists]
Advanced

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

Re: xinetd info


From: Derek R. Price
Subject: Re: xinetd info
Date: Fri, 29 Dec 2000 10:01:49 -0500

Bradley Johnston wrote:

> Does any one know of a good site for a source of information about xinetd
> (pserver and cvs)? I ahve traded emails with people who do have this
> working. But,so far, it has not worked for me.

Here's my /etx/xinetd.d/pserver:

    # Converted by inetdconvert
    service cvspserver
    {
     socket_type  = stream
     protocol  = tcp
     wait   = no
     user   = root
     server   = /usr/bin/cvs
     server_args  = -f --allow-root=/var/cvsroot pserver
     disable   = no
    }

There may be a HOWTO for xinetd.d on www.linuxdoc.org.  If not, I found the man
pages for xinetd extremely useful.  If you're on a RedHat system there may be
docs in /usr/share/doc or /usr/doc as well.  If playing with inetd doesn't
work, double check the part of the "Troubleshooting" section of the CVS manual
about connecting to a CVS server:

    http://www.cvshome.org/docs/manual/cvs_21.html#SEC182

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
I will not sell miracle cures.
I will not sell miracle cures.
I will not sell miracle cures...

          - Bart Simpson on chalkboard, _The Simpsons_






reply via email to

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