summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-07-21 04:30:19 +0000
committerAndrew Lewman <andrew@torproject.org>2006-07-21 04:30:19 +0000
commit3f0e4622b60a738b7442078b3fcd6ed49480f3d8 (patch)
tree485d360631c4bd94fcbab240b399580590826061 /contrib
parent237c7ecbfd38e72a8d41b09fa96b2131b3c4ab1d (diff)
downloadtor-3f0e4622b60a738b7442078b3fcd6ed49480f3d8.tar.gz
tor-3f0e4622b60a738b7442078b3fcd6ed49480f3d8.zip
Grammar fixes for clarity.
svn:r6797
Diffstat (limited to 'contrib')
-rw-r--r--contrib/osx/TorPostflight3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight
index 1d379362ae..5e74976bfa 100644
--- a/contrib/osx/TorPostflight
+++ b/contrib/osx/TorPostflight
@@ -56,7 +56,7 @@ chown $TORUSER $LOGDIR
chgrp daemon $LOGDIR
chmod 700 $LOGDIR
-# Create the configuration file only if there wan't one already.
+# Create the configuration file only if there wasn't one already.
if [ ! -f $TARGET/torrc ]; then
cp $TARGET/torrc.sample $TARGET/torrc
fi
@@ -114,6 +114,7 @@ if [ -f $PACKAGE_PATH/Contents/Resources/package_list.txt ]; then
cp $PACKAGE_PATH/Contents/Resources/package_list.txt $TARGET/package_list.txt
fi
+# Determine how to start by OS Version
if [ $OS = "tiger" ]; then
if [ -f $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist ]; then
cp $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist /System/Library/LaunchDaemons/net.freehaven.tor.plist