diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-11-12 17:17:58 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-11-12 17:17:58 +0000 |
commit | ead200164a547a276c1ab92271aee85ccec4e642 (patch) | |
tree | 71c5ecbad9401ac742fd319b3ddf859ab8464339 /debian/README.Debian | |
parent | a1e7ad485502bfa686f623f245549822dbb8ca49 (diff) | |
download | tor-ead200164a547a276c1ab92271aee85ccec4e642.tar.gz tor-ead200164a547a276c1ab92271aee85ccec4e642.zip |
Do not patch the default torrc to include settings we really want. Instead modify the compiled in default options.
svn:r2813
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000000..9c03940dbd --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,13 @@ +This is the Debian package for Tor, The Onion Router. + +The following changes have been made to the Tor source to integrate it better +into Debian: + +- RunAsDaemon is enabled by default. +- PidFile is set to /var/run/tor/tor.pid. No default upstream. +- default logging goes to /var/log/tor/log instead of stdout. +- DataDirectory is set to /var/lib/tor by default. No default upstream. + + +-- +Peter Palfrader, Fri, 12 Nov 2004 18:08:54 +0100 |