]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Forget leopard.
authorAndrew Lewman <andrew@torproject.org>
Thu, 27 Jul 2006 20:24:53 +0000 (20:24 +0000)
committerAndrew Lewman <andrew@torproject.org>
Thu, 27 Jul 2006 20:24:53 +0000 (20:24 +0000)
svn:r6929

contrib/osx/TorPostflight

index 9a5b431487a62a1f24daebc56c140fe3fed51287..25a838bd0b93928da2cb9cfee54b3f6fcb2a800f 100644 (file)
@@ -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