info-cvs
[Top][All Lists]
Advanced

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

Re: Multiple repositories using pserver


From: Larry Jones
Subject: Re: Multiple repositories using pserver
Date: Fri, 9 Jan 2004 16:03:45 -0500 (EST)

"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




reply via email to

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