info-cvs
[Top][All Lists]
Advanced

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

Re: xinetd and CVS?


From: Derek R. Price
Subject: Re: xinetd and CVS?
Date: Tue, 10 Oct 2000 11:29:56 -0400

Thorsten Heit wrote:

> After fiddling a lot with the configuration it was indeed the
> fact that $HOME is set to /root when xinetd was (re-)started.
>
> Solution:
> Insert a simple "export HOME=/" into /etc/rc.d/init.d/xinetd and
> then restart the daemon..... *grm*
>
> > >     server_args     = -f --allow-root=/cvs/golk pserver
>
> It was confusing me almost two days because I thought the flag "-f"
> tells cvs _not_ to read any configuration info...?

Don't know what you're doing differently, but '-f' was enough for me.
In fact, I didn't have to change anything at all after the RedHat 7
install converted my inetd.conf.  The text of my
/etc/xinetd.d/cvspserver:

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

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
If there be any among us who would wish to dissolve this Union or to change its
republican form, let them stand undisturbed as monuments of the safety with
which error of opinion may be tolerated where reason is left free to combat it.

                        - Thomas Jefferson; 1st Inaugural, 1801






reply via email to

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