summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-11-12 17:17:58 +0000
committerPeter Palfrader <peter@palfrader.org>2004-11-12 17:17:58 +0000
commitead200164a547a276c1ab92271aee85ccec4e642 (patch)
tree71c5ecbad9401ac742fd319b3ddf859ab8464339 /debian/changelog
parenta1e7ad485502bfa686f623f245549822dbb8ca49 (diff)
downloadtor-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/changelog')
-rw-r--r--debian/changelog13
1 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a2c2740d63..aa67cd278e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,17 @@ tor (0.0.8+0.0.9pre5-2) unreleased; urgency=low
* Make logs readable by the system administrators (group adm).
* Point to /var/log/tor (the directory) instead of a single
file (/var/log/tor/log) in the debian patch of the manpage.
-
- -- Peter Palfrader <weasel@debian.org> Fri, 12 Nov 2004 17:51:13 +0100
+ * Do not patch the default torrc to include settings we really want.
+ Instead modify the compiled in default options. Those settings are
+
+ - 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.
+
+ This is also documented in the new debian/README.Debian.
+
+ -- Peter Palfrader <weasel@debian.org> Fri, 12 Nov 2004 18:11:26 +0100
tor (0.0.8+0.0.9pre5-1) unstable; urgency=low