summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-07-18 04:40:02 +0000
committerAndrew Lewman <andrew@torproject.org>2006-07-18 04:40:02 +0000
commitddcabe1ffbf4118b8020465e5f5f58983e464828 (patch)
tree4a3cd70ace4cc2e0bcbac2d0d49cf29a9f51fbc4
parent443b017d7fe116ab6e631476b9938b45f44c169a (diff)
downloadtor-ddcabe1ffbf4118b8020465e5f5f58983e464828.tar.gz
tor-ddcabe1ffbf4118b8020465e5f5f58983e464828.zip
Load and start tor in launchd at end of installation
svn:r6789
-rw-r--r--trunk/contrib/osx/TorPostflight7
1 files changed, 2 insertions, 5 deletions
diff --git a/trunk/contrib/osx/TorPostflight b/trunk/contrib/osx/TorPostflight
index 26e0de0010..1d379362ae 100644
--- a/trunk/contrib/osx/TorPostflight
+++ b/trunk/contrib/osx/TorPostflight
@@ -82,11 +82,6 @@ if [ ! -e /var/log/tor -o -L /var/log/tor ]; then
ln -sf $LOGDIR tor
fi
-if [ -d /Library/StartupItems/Tor ]; then
- rm -f /Library/StartupItems/Tor/Tor.loc
- echo "$TARGET" > /Library/StartupItems/Tor/Tor.loc
-fi
-
if [ -d /Library/StartupItems/Privoxy ]; then
find /Library/StartupItems/Privoxy -print0 | xargs -0 chown root:wheel
fi
@@ -123,6 +118,8 @@ if [ $OS = "tiger" ]; then
if [ -f $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist ]; then
cp $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist /System/Library/LaunchDaemons/net.freehaven.tor.plist
chmod 644 /System/Library/LaunchDaemons/net.freehaven.tor.plist
+ /bin/launchctl load /System/Library/LaunchDaemons/net.freehaven.tor.plist
+ /bin/launchctl start net.freehaven.tor
fi
else
if [ -d /Library/StartupItems/Tor ]; then