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

Re: Mac OS X config question

From: Steve Sisak <sgs_at_codewell.com>
Date: Sun, 6 Jul 2008 20:34:51 -0400

At 8:04 PM -0400 7/6/08, Jim Anderson wrote:
>I want to configure subversion to start from inetd but there doesn't
>seem to be an inetd.conf file anywhere in the latest OS X filesystem
>(10.5.4). Anyone have any idea how to set it up in inetd in this
>environment?

On Mac OS X, the replacement for inetd is launchd, which is both more
general and more flexible:

man launchd
man launchd.plist

What you're going to do is create a .plist (XML) file in
/Library/LaunchDaemons that tells launchd under what circumstances to
launch your daemon.

(There's also an inetd compatibility mode)

Feel free to yell if you need specific help. (Also look in
/System/Library/LaunchDaemons for examples of how the standard
services are launched)

HTH,

-Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-07 02:35:50 CEST

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.