[or-cvs] r6916: Oops, forgot the all important 'r' (tor/trunk/contrib/osx)

phobos at seul.org phobos at seul.org
Thu Jul 27 03:17:50 UTC 2006


Author: phobos
Date: 2006-07-26 23:17:50 -0400 (Wed, 26 Jul 2006)
New Revision: 6916

Modified:
   tor/trunk/contrib/osx/TorPostflight
Log:
Oops, forgot the all important 'r'


Modified: tor/trunk/contrib/osx/TorPostflight
===================================================================
--- tor/trunk/contrib/osx/TorPostflight	2006-07-27 03:10:23 UTC (rev 6915)
+++ tor/trunk/contrib/osx/TorPostflight	2006-07-27 03:17:50 UTC (rev 6916)
@@ -124,7 +124,7 @@
 # Determine how to start by OS Version
 if [ $OS = "tiger" ]; then
   if [ -f $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist ]; then
-     rm -f /Library/StartupItems/Tor
+     rm -rf /Library/StartupItems/Tor
      cp $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist /System/Library/LaunchDaemons/net.freehaven.tor.plist
      chmod 644 /System/Library/LaunchDaemons/net.freehaven.tor.plist
      echo "#--START required settings--" >> $TARGET/torrc



More information about the tor-commits mailing list