Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ZerXes
  • Tor
  • 7f61dafe8dcee4501189aa09130fb9c772e534dd
Switch branch/tag
  • tor
  • src
  • config
  • Makefile.am
Find file Normal viewHistoryPermalink
Makefile.am 211 Bytes
Newer Older
Steven Hazel's avatar
- cause configure to create a tor.sh which will have directories set    
Steven Hazel committed Oct 15, 2003
1
confdir = $(sysconfdir)/tor
Roger Dingledine's avatar
and a Makefile.am for src/config/  
Roger Dingledine committed Oct 07, 2003
2

Roger Dingledine's avatar
include the geoip file in the tarball, and load it by default    
Roger Dingledine committed May 28, 2008
3
EXTRA_DIST = fallback-consensus geoip
Roger Dingledine's avatar
and a Makefile.am for src/config/  
Roger Dingledine committed Oct 07, 2003
4

Nick Mathewson's avatar
Remove need for dirservers file: now, we note trusted dirservers in...    
Nick Mathewson committed Oct 14, 2004
5
conf_DATA = torrc.sample
Nick Mathewson's avatar
r16246@catbus: nickm | 2007-10-28 19:34:58 -0400    
Nick Mathewson committed Oct 28, 2007
6

Roger Dingledine's avatar
include the geoip file in the tarball, and load it by default    
Roger Dingledine committed May 28, 2008
7
data_DATA = fallback-consensus geoip
Roger Dingledine's avatar
make it data_DATA too. debugging by random mutation.    
Roger Dingledine committed Nov 11, 2007
8

Nick Mathewson's avatar
r16246@catbus: nickm | 2007-10-28 19:34:58 -0400    
Nick Mathewson committed Oct 28, 2007
9
10
# If we don't have it, fake it.
fallback-consensus:
Roger Dingledine's avatar
We weren't actually including the src/config/fallback-consensus    
Roger Dingledine committed Nov 10, 2007
11
	touch fallback-consensus
Roger Dingledine's avatar
include the geoip file in the tarball, and load it by default    
Roger Dingledine committed May 28, 2008
12