diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-05-29 00:54:08 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-05-29 00:54:08 +0000 |
commit | 4ead083dbc7c742356b77f3e18de615eb2b6999b (patch) | |
tree | c0790a051f78fcc7ff39ea2f73ab113e1fd92f9d /src/config | |
parent | 6bfa96bfc7e73b0cb4db08102ab0f7a2f729c38f (diff) | |
download | tor-4ead083dbc7c742356b77f3e18de615eb2b6999b.tar tor-4ead083dbc7c742356b77f3e18de615eb2b6999b.tar.gz |
Do not ship a fallback-consensus until the related bugs are fixed.
svn:r14794
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/config/Makefile.am b/src/config/Makefile.am index 30748eed8..90dd218b4 100644 --- a/src/config/Makefile.am +++ b/src/config/Makefile.am @@ -2,11 +2,13 @@ confdir = $(sysconfdir)/tor tordatadir = $(datadir)/tor -EXTRA_DIST = fallback-consensus geoip +EXTRA_DIST = geoip +# fallback-consensus conf_DATA = torrc.sample -tordata_DATA = fallback-consensus geoip +tordata_DATA = geoip +# fallback_consensus # If we don't have it, fake it. fallback-consensus: |