From 19967acb552974ed00aa69108aa6cf5cffdb8322 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Sun, 23 Sep 2007 15:50:17 +0000 Subject: [PATCH] Change to install a torrc.sample. This is consistent with other OSes. svn:r11594 --- contrib/osx/TorPostflight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT