diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-21 04:30:19 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-21 04:30:19 +0000 |
commit | 3f0e4622b60a738b7442078b3fcd6ed49480f3d8 (patch) | |
tree | 485d360631c4bd94fcbab240b399580590826061 /contrib/osx/TorPostflight | |
parent | 237c7ecbfd38e72a8d41b09fa96b2131b3c4ab1d (diff) | |
download | tor-3f0e4622b60a738b7442078b3fcd6ed49480f3d8.tar.gz tor-3f0e4622b60a738b7442078b3fcd6ed49480f3d8.zip |
Grammar fixes for clarity.
svn:r6797
Diffstat (limited to 'contrib/osx/TorPostflight')
-rw-r--r-- | contrib/osx/TorPostflight | 3 |
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 |