From: Andrew Lewman Date: Thu, 27 Jul 2006 03:17:50 +0000 (+0000) Subject: Oops, forgot the all important 'r' X-Git-Tag: tor-0.1.1.23~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77b2a0407b8c312194c2c708c23ca0b32eabf8f;p=thirdparty%2Ftor.git Oops, forgot the all important 'r' svn:r6916 --- diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 580b97fb02..8cda3978f3 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -124,7 +124,7 @@ fi # 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