info-cvs
[Top][All Lists]
Advanced

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

Re: Question about pserver


From: Dennis Jones
Subject: Re: Question about pserver
Date: Tue, 28 Aug 2007 20:12:36 GMT

"Simon Renshaw" <address@hidden> wrote in message 
news:address@hidden
> Hi,
>
> I got pserver running on my linux server using xinetd.
>
> That is working fine.
>
> My cvspserver file for reference:
>
> service cvspserver
> {
>        socket_type     = stream
>        protocol        = tcp
>        wait            = no
>        user            = root
>        passenv         = PATH
>        server          = /usr/local/bin/cvs
>        server_args     = -f --allow-root=/usr/local/sceip pserver
> }
>
> The problem is that I need to access 2 repositories using pserver.

I don't have xinetd, but for inetd.conf, you do this:

cvspserver  stream  tcp  nowait  root  /usr/bin/cvs 
cvs  --allow_root=/repository/abc  --allow-root=/repository/xyz  pserver

So my guess would be to simply append another --allow-root entry to your 
server_args line.

- Dennis 




reply via email to

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