[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Can I use xinetd instead of inetd?

From: Ed Hillmann <edhillmann_at_yahoo.com>
Date: 2005-03-14 22:55:10 CET

I checked my system over the weekend, and this is what
I have in my xinetd.conf file...

service svnserve {
    disable = no
    socket_type = stream
    protocol = tcp
    wait = no
    user = svnowner
    server = /usr/local/bin/svnserve
    server_args = -i -r
/home/svnowner/repositories
    port = 3690
}

This was added to the conf file itself, before it
included the files in the /etc/xinetd.d directory. I
originally had this in its own file in the xinetd.d
directory, but it never worked. Only when I added it
as part of the conf file itself did it work.

But it does work. I don't have an answer for why it
didn't work as its own file in the subdir. I have
some suspicions, but I haven't bothered investigating
it.

Hope this helps

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 14 22:58:09 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.