From: Roger Dingledine Date: Tue, 30 Mar 2004 00:01:03 +0000 (+0000) Subject: rename torrc to torrc.sample X-Git-Tag: tor-0.0.5~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce200ae133f1700e749c28454f572dbf7e8778ab;p=thirdparty%2Ftor.git rename torrc to torrc.sample now by default no torrc will be installed, so we'll just use the built-in defaults (we already do this on windows) svn:r1375 --- diff --git a/src/config/Makefile.am b/src/config/Makefile.am index 86a192b9b5..13ed39d7fa 100644 --- a/src/config/Makefile.am +++ b/src/config/Makefile.am @@ -2,4 +2,4 @@ confdir = $(sysconfdir)/tor EXTRA_DIST = dirservers -conf_DATA = dirservers torrc +conf_DATA = dirservers torrc.sample diff --git a/src/config/torrc.in b/src/config/torrc.sample.in similarity index 100% rename from src/config/torrc.in rename to src/config/torrc.sample.in