aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-11-12 16:52:10 +0000
committerPeter Palfrader <peter@palfrader.org>2004-11-12 16:52:10 +0000
commitabd90020a42891fb001f3c13960c8f9ebd9c8fc2 (patch)
treef3c0d48f67b700e32179d272b20dc7cd019087f9
parentb7131c2260cc32925d01aae70275cc2bf155fade (diff)
downloadtor-abd90020a42891fb001f3c13960c8f9ebd9c8fc2.tar
tor-abd90020a42891fb001f3c13960c8f9ebd9c8fc2.tar.gz
Point to /var/log/tor (the directory) instead of a single file (/var/log/tor/log) in the debian patch of the manpage.
svn:r2811
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/patches/02_add_debian_files_in_manpage.dpatch4
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 802c13c68..a2c2740d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ tor (0.0.8+0.0.9pre5-2) unreleased; urgency=low
* unreleased.
* Symlink tor(8) manpage to torrc(5).
* 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:43:06 +0100
+ -- Peter Palfrader <weasel@debian.org> Fri, 12 Nov 2004 17:51:13 +0100
tor (0.0.8+0.0.9pre5-1) unstable; urgency=low
diff --git a/debian/patches/02_add_debian_files_in_manpage.dpatch b/debian/patches/02_add_debian_files_in_manpage.dpatch
index cc54a7d05..6a919d393 100755
--- a/debian/patches/02_add_debian_files_in_manpage.dpatch
+++ b/debian/patches/02_add_debian_files_in_manpage.dpatch
@@ -31,8 +31,8 @@ diff -urNad tor-0.0.9pre5/doc/tor.1.in /tmp/dpep.E9VjWB/tor-0.0.9pre5/doc/tor.1.
.I @LOCALSTATEDIR@/lib/tor/
The tor process stores keys and other data here.
+.TP
-+.I /var/log/tor/log
-+The tor server logs to this file.
++.I /var/log/tor/
++The tor server logs to this directory.
+.TP
+.I /var/run/tor/tor.pid
+The PID of the tor (master) process is stored in this file.