diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-09-23 15:50:17 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-09-23 15:50:17 +0000 |
commit | 19967acb552974ed00aa69108aa6cf5cffdb8322 (patch) | |
tree | 03ee769060fa01ab176773f1e04c1cc576a6a621 /contrib | |
parent | e313a8ad084561ceb6bdeec9034657605c496bfc (diff) | |
download | tor-19967acb552974ed00aa69108aa6cf5cffdb8322.tar.gz tor-19967acb552974ed00aa69108aa6cf5cffdb8322.zip |
Change to install a torrc.sample. This is consistent with other OSes.
svn:r11594
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 c1108c05f8..a0f86cf822 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 + cp $TARGET/torrc.sample $TARGET/torrc.sample fi # Ensure symbolic links |