From 61848b61e724e8d7ea6dea26055de471c42e3d3f Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 30 Mar 2004 00:01:03 +0000 Subject: [PATCH] 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 --- trunk/src/config/Makefile.am | 2 +- trunk/src/config/{torrc.in => torrc.sample.in} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename trunk/src/config/{torrc.in => torrc.sample.in} (100%) diff --git a/trunk/src/config/Makefile.am b/trunk/src/config/Makefile.am index 86a192b9b5..13ed39d7fa 100644 --- a/trunk/src/config/Makefile.am +++ b/trunk/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/trunk/src/config/torrc.in b/trunk/src/config/torrc.sample.in similarity index 100% rename from trunk/src/config/torrc.in rename to trunk/src/config/torrc.sample.in