summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-02 19:10:42 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-02 19:14:30 -0400
commit8a79b56ac6709dfddaa15d9c76d0f856a502a6a1 (patch)
tree36e96d625b6f62a386b3331d51df369138a7b923 /configure.ac
parentd19cbf3ab17a5afcbe0e94a16686e9ff9129dbfc (diff)
downloadtor-8a79b56ac6709dfddaa15d9c76d0f856a502a6a1.tar.gz
tor-8a79b56ac6709dfddaa15d9c76d0f856a502a6a1.zip
Divide torrc.sample into torrc.sample and torrc.minimal
torrc.minimal is now the one that should change as infrequently as possible. To schedule an change to go into it eventually, make your change to torrc.minimal.in-sample. torrc.sample is now the volatile one: we can change it to our hearts' content. Closes ticket #11144
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 414c72a42c..067527a779 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1555,6 +1555,7 @@ AC_CONFIG_FILES([
contrib/dist/torctl
contrib/dist/tor.service
src/config/torrc.sample
+ src/config/torrc.minimal
])
if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then