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

syntax of /etc/cvs-pserver.conf



Hi.

I'm trying to setup a CVS server with multiple allow-root commandline
options.  the new cvs 1.11.1p1-1 package does this with cvs-pserver
wrapper instead of adding options directly to the /etc/inetd.conf file.

however i can't find an example syntax of of the /etc/cvs-pserver.conf
file anywhere for having multiple roots.  from reading the wrapper script
it looks like CVS_PSERV_REPOS should accept a space delimited series of
roots, but i can't make that work.  either repository works by itself but
setting it like below (and HUP'ing inetd) i get authentication errors:

# cat /etc/cvs-pserver.conf
CVS_PSERV_REPOS="/cvsroot/test1 /cvsroot/test2"

$ cvs login
(Logging in to ashand@127.0.0.1)
CVS password:
cvs [login aborted]: unrecognized auth response from 127.0.0.1: Unknown command: `/cvsroot/test2'

what am i doing wrong?

thanks,
adam.



Reply to: