From e469438d20a374c174362cfac1c2fbb9cf84430c Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Thu, 27 Jul 2006 20:24:53 +0000 Subject: Forget leopard. svn:r6929 --- contrib/osx/TorPostflight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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 -- cgit v1.2.3-54-g00ecf