diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-11-01 04:43:02 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-11-01 04:43:02 +0000 |
commit | c6d931e2eb5c3a685f20f1dfc217db521096b4bc (patch) | |
tree | 794c7ef864d5da274a62560d1b5fad5f2fc29f86 /contrib | |
parent | 39ab0161e52ecdc239876baae080fb837abc0889 (diff) | |
download | tor-c6d931e2eb5c3a685f20f1dfc217db521096b4bc.tar.gz tor-c6d931e2eb5c3a685f20f1dfc217db521096b4bc.zip |
backport the torrc changes to postflight for osx.
svn:r12309
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/TorPostflight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index a0f86cf822..c1108c05f8 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -40,7 +40,7 @@ fi # Create the configuration file only if there wasn't one already. if [ ! -f $TARGET/torrc ]; then - cp $TARGET/torrc.sample $TARGET/torrc.sample + cp $TARGET/torrc.sample $TARGET/torrc fi # Ensure symbolic links |