From: Andrew Lewman Date: Thu, 27 Jul 2006 20:24:53 +0000 (+0000) Subject: Forget leopard. X-Git-Tag: tor-0.1.1.23~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e469438d20a374c174362cfac1c2fbb9cf84430c;p=thirdparty%2Ftor.git Forget leopard. svn:r6929 --- 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