[or-cvs] Grammar fixes for clarity.

phobos at seul.org phobos at seul.org
Fri Jul 21 04:30:21 UTC 2006


Update of /home/or/cvsroot/tor/contrib/osx
In directory moria:/tmp/cvs-serv31567/contrib/osx

Modified Files:
	TorPostflight 
Log Message:
Grammar fixes for clarity.


Index: TorPostflight
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/TorPostflight,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -d -r1.18 -r1.19
--- TorPostflight	18 Jul 2006 04:40:02 -0000	1.18
+++ TorPostflight	21 Jul 2006 04:30:18 -0000	1.19
@@ -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
    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



More information about the tor-commits mailing list