]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Point to /var/log/tor (the directory) instead of a single file (/var/log/tor/log...
authorPeter Palfrader <peter@palfrader.org>
Fri, 12 Nov 2004 16:52:10 +0000 (16:52 +0000)
committerPeter Palfrader <peter@palfrader.org>
Fri, 12 Nov 2004 16:52:10 +0000 (16:52 +0000)
svn:r2811

debian/changelog
debian/patches/02_add_debian_files_in_manpage.dpatch

index 802c13c68d6873d29744b0abe49e6b5778a14955..a2c2740d63775c43d2b8cde89376509cd0501441 100644 (file)
@@ -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
 
index cc54a7d0515fd292dd3f37f847f934caa12c9947..6a919d3937094bfa85b1c0692f906ab0e84a3640 100755 (executable)
@@ -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.