[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r6929: Forget leopard. (tor/trunk/contrib/osx)
Author: phobos
Date: 2006-07-27 16:24:53 -0400 (Thu, 27 Jul 2006)
New Revision: 6929
Modified:
tor/trunk/contrib/osx/TorPostflight
Log:
Forget leopard.
Modified: tor/trunk/contrib/osx/TorPostflight
===================================================================
--- tor/trunk/contrib/osx/TorPostflight 2006-07-27 20:03:09 UTC (rev 6928)
+++ tor/trunk/contrib/osx/TorPostflight 2006-07-27 20:24:53 UTC (rev 6929)
@@ -122,7 +122,7 @@
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