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.

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to