summaryrefslogtreecommitdiff
path: root/src/config/Makefile.am
AgeCommit message (Collapse)Author
2008-05-29Do not ship a fallback-consensus until the related bugs are fixed.Nick Mathewson
svn:r14794
2008-05-28Fix the rpm build: we need to list all our files in the files section. ↵Nick Mathewson
Also, put fallback-consensus and geoip file in /usr/share/tor/, not in /usr/share/ svn:r14778
2008-05-28include the geoip file in the tarball, and load it by defaultRoger Dingledine
when tor starts. this breaks rpms and maybe other packages. svn:r14764
2008-01-26revert r13221 (for now)Roger Dingledine
svn:r13289
2008-01-21put the fallback-consensus file back into the tarball.Roger Dingledine
this should re-introduce bug 572, and maybe we'll get some actual bug reports this time. svn:r13221
2007-11-11We were including instructions about what to do with theRoger Dingledine
src/config/fallback-consensus file, but we weren't actually including it in the tarball. Disable all of that for now. svn:r12467
2007-11-11make it data_DATA too. debugging by random mutation.Roger Dingledine
svn:r12463
2007-11-10We weren't actually including the src/config/fallback-consensusRoger Dingledine
file in the tarball. Reported by phobos. svn:r12462
2007-10-28 r16246@catbus: nickm | 2007-10-28 19:34:58 -0400Nick Mathewson
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
2004-10-14Remove need for dirservers file: now, we note trusted dirservers in ↵Nick Mathewson
configuration options, and only need to remember addr:port and key digest for each one. svn:r2479
2004-03-30rename torrc to torrc.sampleRoger Dingledine
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
2003-12-02stop expecting sample-server-torrc to be thereRoger Dingledine
svn:r873
2003-10-15- cause configure to create a tor.sh which will have directories setSteven Hazel
correctly based on how configure was run - cause tor to guess the location of torrc more intelligently - cause cause src/config/torrc and src/conf/sample-server-torrc to be generated with contents that are correct for the way configure was run - cause "make install" to put torrc, sample-server-torrc, and dirservers somewhere intelligent svn:r587
2003-10-07and a Makefile.am for src/config/Roger Dingledine
svn:r545