"RAJAGOPAL, AARTI (SBCSI)" writes:
> 
> Does anyone know how to set up inetd.conf to call a script to allow access
> to multiple repositories using pserver method?

Yes, pretty much any minimally competent Unix user.

The inetd.conf entry will be something like:

        cvspserver stream tcp nowait root /usr/local/bin/myscript myscript

where /usr/local/bin/myscript is something like:

        #! /bin/sh
        exec /usr/local/bin/cvs -f --allow-root=/repo1 --allow-root=/repo2

-Larry Jones

The hardest part for us avant-garde post-modern artists is
deciding whether or not to embrace commercialism.  -- Calvin


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

Reply via email to