diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-28 23:44:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-28 23:44:53 +0000 |
commit | f09d53bbf1ceeb71a028943037190336b69bb3c6 (patch) | |
tree | 852f36a6589a6ce89d8c0aa163e53687912e6b00 /src/config | |
parent | 20b108598993ecc2ec420288ebf9b995b519f9db (diff) | |
download | tor-f09d53bbf1ceeb71a028943037190336b69bb3c6.tar tor-f09d53bbf1ceeb71a028943037190336b69bb3c6.tar.gz |
r16246@catbus: nickm | 2007-10-28 19:34:58 -0400
Implement a FallbackNetworkstatusFile (default to $prefix/share/tor/fallback-consensus) to that we know about lots of directory servers and routers when we start up the first time.
svn:r12259
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Makefile.am b/src/config/Makefile.am index b440abc5c..88dd2d4c5 100644 --- a/src/config/Makefile.am +++ b/src/config/Makefile.am @@ -3,3 +3,9 @@ confdir = $(sysconfdir)/tor EXTRA_DIST = conf_DATA = torrc.sample + +data_DATA = fallback-consensus + +# If we don't have it, fake it. +fallback-consensus: + touch fallback-consensus
\ No newline at end of file |