summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-07-27 20:24:53 +0000
committerAndrew Lewman <andrew@torproject.org>2006-07-27 20:24:53 +0000
commite469438d20a374c174362cfac1c2fbb9cf84430c (patch)
tree35b61d5d2b190b413e579c72350e934da93af4f8
parent79144b8eb040ff88f68158e4457a8d1cddef8387 (diff)
downloadtor-e469438d20a374c174362cfac1c2fbb9cf84430c.tar.gz
tor-e469438d20a374c174362cfac1c2fbb9cf84430c.zip
Forget leopard.
svn:r6929
-rw-r--r--contrib/osx/TorPostflight2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight
index 9a5b431487..25a838bd0b 100644
--- a/contrib/osx/TorPostflight
+++ b/contrib/osx/TorPostflight
@@ -122,7 +122,7 @@ if [ -f /tmp/TorSavedMe.tar.gz ]; then
fi
# Determine how to start by OS Version
-if [ $OS = "tiger" || $OS = "leopard" ]; then
+if [ $OS = "tiger" ]; then
if [ -f $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist ]; then
rm -rf /Library/StartupItems/Tor
cp $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist /System/Library/LaunchDaemons/net.freehaven.tor.plist