> From: Ajay Gopinath [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, February 09, 2001 10:21 AM
>
> Hi,
>
> /cvs/server and /cvs/adv are two of my repositories on the server and the
> inetd.conf is setup to point to /cvs/server. I tried to add the other
> repository path to the entry but it did not like it.
>
> Please let me show you exactly what I tried.
>
> The current entry in the inetd.conf with which I access the /cvs/server
> repository with a CVS client
>
> cvspserver stream tcp nowait root /usr/bin/cvs cvs -f
> --allow-root=/cvs/server pserver
>
> Now since I have two repositories I tried
>
> 1) cvspserver stream tcp nowait root /usr/bin/cvs cvs -f
> --allow-root=/cvs/server:/cvs/adv pserver
>
>
> Is there any other way I can get the pserver set up in the inetd.conf file
> to point to both repositories ?
>
Try
cvspserver stream tcp nowait root /usr/bin/cvs cvs -f
--allow-root=/cvs/server --allow-root=/cvs/adv pserver
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs