diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-27 20:24:53 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-27 20:24:53 +0000 |
commit | e469438d20a374c174362cfac1c2fbb9cf84430c (patch) | |
tree | 35b61d5d2b190b413e579c72350e934da93af4f8 /contrib | |
parent | 79144b8eb040ff88f68158e4457a8d1cddef8387 (diff) | |
download | tor-e469438d20a374c174362cfac1c2fbb9cf84430c.tar tor-e469438d20a374c174362cfac1c2fbb9cf84430c.tar.gz |
Forget leopard.
svn:r6929
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/TorPostflight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 9a5b43148..25a838bd0 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 |