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 | |
parent | 6bfa96bfc7e73b0cb4db08102ab0f7a2f729c38f (diff) | |
download | tor-4ead083dbc7c742356b77f3e18de615eb2b6999b.tar.gz tor-4ead083dbc7c742356b77f3e18de615eb2b6999b.zip |
Do not ship a fallback-consensus until the related bugs are fixed.
svn:r14794
-rw-r--r-- | src/config/Makefile.am | 6 | ||||
-rw-r--r-- | tor.spec.in | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/config/Makefile.am b/src/config/Makefile.am index 30748eed81..90dd218b40 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: diff --git a/tor.spec.in b/tor.spec.in index 89c8f7ab0d..a600e6c6b9 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -287,7 +287,6 @@ exit 0 %{_bindir}/torify %{_bindir}/tor-resolve %{_bindir}/tor-gencert -%{_datadir}/tor/fallback-consensus %{_datadir}/tor/geoip %config %{_initrddir}/%{name} %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name} |