info-cvs
[Top][All Lists]
Advanced

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

Re: inetd.conf and xinetd.conf


From: Larry Jones
Subject: Re: inetd.conf and xinetd.conf
Date: Wed, 6 Jun 2001 17:35:50 -0400 (EDT)

John Temple writes:
> 
> service pserver
> {
>       socket_type     = stream
>       protocol        = tcp
>       wait            = no
>       user            = root
>       port            = 2401
>       server  = /usr/bin/cvs
>       server_args     = cvs -f --allow-root=/usr/bin/cvsroot/CVSROOT pserver
> }

Get rid of the "cvs" in server_args and add:

        passenv = PATH

(And /usr/bin is a *very* peculiar place to put your repository -- are
you sure that's where you want it?!?)

-Larry Jones

I told her to expect you to deny everything. -- Calvin



reply via email to

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