info-cvs
[Top][All Lists]
Advanced

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

cvspserver ?


From: Zanabria, Moises
Subject: cvspserver ?
Date: Tue, 14 May 2002 09:14:59 -0500

Hi guys, 
I've a question, I'm using cvs version 1.11.2 in a Linux Server, everything
looks fine, EXT method and pserver, just for one repository, but I've more
than 1 repository on my server and I need to access all of them by pserver,
my /etc/xinetd.d/cvspserver looks like:


 service cvspserver
 {
         disable         = no
         socket_type     = stream
         protocol        = tcp
         wait            = no
         user            = root
         server          = /usr/bin/cvs
         passenv         = PATH
         server_args     = -f --allow-root=/local/p4cvs/src pserver
 }

How can I set up  the rest of them,  on server_args??, something like this:

server_args     = -f --allow-root=/local/p1cvs/src
--allow-root=/local/p2cvs/src --allow-root=/local/p3cvs/src
--allow-root=/local/p4cvs/src pserver

Thanks for advise .
Moises.



reply via email to

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