This website requires JavaScript.
Explore
RingTools-web
Help
Sign in
mirrors
/
tor
Watch
1
Star
0
Fork
You've already forked tor
0
mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced
2025-02-27 16:45:53 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
55634e4eec
tor
/
src
/
config
/
Makefile.am
6 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
- cause configure to create a tor.sh which will have directories set 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-15 07:19:38 +00:00
confdir = $(sysconfdir)/tor
and a Makefile.am for src/config/ svn:r545
2003-10-07 16:30:38 +00:00
- cause configure to create a tor.sh which will have directories set 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-15 07:19:38 +00:00
EXTRA_DIST = dirservers
and a Makefile.am for src/config/ svn:r545
2003-10-07 16:30:38 +00:00
rename torrc to torrc.sample 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
2004-03-30 00:01:03 +00:00
conf_DATA = dirservers torrc.sample
Reference in a new issue
Copy permalink