소스 검색

Forget leopard.

svn:r6929
Andrew Lewman 18 년 전
부모
커밋
e469438d20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/osx/TorPostflight

+ 1 - 1
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