[or-cvs] r11594: Change to install a torrc.sample. This is consistent with ot (tor/trunk/contrib/osx)

phobos at seul.org phobos at seul.org
Sun Sep 23 15:50:17 UTC 2007


Author: phobos
Date: 2007-09-23 11:50:17 -0400 (Sun, 23 Sep 2007)
New Revision: 11594

Modified:
   tor/trunk/contrib/osx/TorPostflight
Log:
Change to install a torrc.sample.  This is consistent with other OSes.


Modified: tor/trunk/contrib/osx/TorPostflight
===================================================================
--- tor/trunk/contrib/osx/TorPostflight	2007-09-23 15:48:14 UTC (rev 11593)
+++ tor/trunk/contrib/osx/TorPostflight	2007-09-23 15:50:17 UTC (rev 11594)
@@ -40,7 +40,7 @@
 
 # Create the configuration file only if there wasn't one already.
 if [ ! -f $TARGET/torrc ]; then
-  cp $TARGET/torrc.sample $TARGET/torrc
+  cp $TARGET/torrc.sample $TARGET/torrc.sample
 fi
 
 # Ensure symbolic links



More information about the tor-commits mailing list