info-cvs
[Top][All Lists]
Advanced

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

Re: one mor "no such repository" using pserver


From: Larry Jones
Subject: Re: one mor "no such repository" using pserver
Date: Thu, 5 Jul 2007 19:47:55 -0400 (EDT)

Daniel Wetzler writes:
> 
> New line in /etc/inetd.conf :
> cvspserver stream tcp nowait root /usr/local/bin/cvs --allow-root=/
> DATA1/cvs-repository pserver

Not quite -- you left out argv[0].  It should be:

        cvspserver stream tcp nowait root /usr/local/bin/cvs cvs 
--allow-root=/DATA1/cvs-repository pserver

Note the addition of "cvs" before --allow-root=.  The way you have it,
it is taking --allow-root... as the command name instead of as an
option.


-Larry Jones

I wonder if I can grow fangs when my baby teeth fall out. -- Calvin




reply via email to

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