[Book] svnserve+inetd configuration is incorrectly described
From: Marcin Kasperski <Marcin.Kasperski_at_softax.com.pl>
Date: 2004-03-02 15:32:25 CET
(book rev 8581, page 83, chapter 'svnserve, a custom server')
The book seems to be suggesting that bare adding
Instead, to have svnserve running from inetd one need to:
- create some Unix account (I'd recommend suggesting the standard name -
- edit /etc/services as described above (optional)
- edit /etc/inetd.conf and add the line
svnserve stream tcp nowait svnowner /usr/local/bin/svnserve -i -d
or (if using TCPwrappers)
svnserve stream tcp nowait svnowner /usr/sbin/tcpd
- running kill -HUP <inetd-pid>
It is also worth noting that running CVS pserver from inetd happened to
Considering svnserve is intended as 'first-entry' repository access
BTW: reporting book bugs would be easier if the book sections were
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.