summaryrefslogtreecommitdiff
path: root/contrib/osx/TorPreFlight
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-07-28 13:52:36 +0000
committerAndrew Lewman <andrew@torproject.org>2006-07-28 13:52:36 +0000
commit498fe874343acfef4ec2255e308aff27b0c6b65d (patch)
treea7c3f1da14e244d5a130fe92316e066067b2e9c9 /contrib/osx/TorPreFlight
parente469438d20a374c174362cfac1c2fbb9cf84430c (diff)
downloadtor-498fe874343acfef4ec2255e308aff27b0c6b65d.tar.gz
tor-498fe874343acfef4ec2255e308aff27b0c6b65d.zip
So long, farewell, auf Wiedersehen, adieu, launchd
svn:r6932
Diffstat (limited to 'contrib/osx/TorPreFlight')
-rw-r--r--contrib/osx/TorPreFlight2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/osx/TorPreFlight b/contrib/osx/TorPreFlight
index 3a3187fc9e..d83b9afdcd 100644
--- a/contrib/osx/TorPreFlight
+++ b/contrib/osx/TorPreFlight
@@ -4,8 +4,6 @@
# Figure out where Tor is installed
if [ -f /Library/StartupItems/Tor/Tor.loc ]; then
TORPATH=`cat /Library/StartupItems/Tor/Tor.loc`
-elif [ -f /System/Library/LaunchDaemons/net.freehaven.tor.plist ]; then
- TORPATH=/`grep -A1 "<key>Program</key>" /System/Library/LaunchDaemons/net.freehaven.tor.plist | grep string | cut -d"/" -f2,3`
else
TORPATH="/Library/Tor/"
fi