diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-28 13:52:36 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-28 13:52:36 +0000 |
commit | 498fe874343acfef4ec2255e308aff27b0c6b65d (patch) | |
tree | a7c3f1da14e244d5a130fe92316e066067b2e9c9 /contrib/osx/TorPreFlight | |
parent | e469438d20a374c174362cfac1c2fbb9cf84430c (diff) | |
download | tor-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/TorPreFlight | 2 |
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 |