You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Förster <da...@dfoerster.de> on 2005/01/08 15:46:18 UTC

Error in Book: inetd, sample command line

Hello,

I believe I found an error in the svn book for svn on 
http://svnbook.red-bean.com/en/1.1/ch06s03.html:

> And if your system is using a classic Unix-like inetd daemon, you can add 
this line to /etc/inetd.conf:
> svn stream tcp nowait svnowner /usr/local/bin/svnserve svnserve -i

Shouldn't it be "svn stream tcp nowait svnowner /usr/local/bin/svnserve -i" ?
(I tried it and this works, the line above doesn't.)

Thank you very much for providing this awesome documentation!

regards
David



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Error in Book: inetd, sample command line

Posted by Florian Weimer <fw...@deneb.enyo.de>.
* David Förster:

> Hello,
>
> I believe I found an error in the svn book for svn on 
> http://svnbook.red-bean.com/en/1.1/ch06s03.html:
>
>> And if your system is using a classic Unix-like inetd daemon, you can add 
> this line to /etc/inetd.conf:
>> svn stream tcp nowait svnowner /usr/local/bin/svnserve svnserve -i
>
> Shouldn't it be "svn stream tcp nowait svnowner /usr/local/bin/svnserve -i" ?
> (I tried it and this works, the line above doesn't.)

Traditional inetd requires both the path to the executable and the
value of argv[0], so the book is correct.  Which inetd are you using?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org