From: Peter Palfrader Date: Fri, 12 Nov 2004 16:52:10 +0000 (+0000) Subject: Point to /var/log/tor (the directory) instead of a single file (/var/log/tor/log... X-Git-Tag: debian-version-0.0.8+0.0.9pre5-2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abd90020a42891fb001f3c13960c8f9ebd9c8fc2;p=thirdparty%2Ftor.git 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 --- diff --git a/debian/changelog b/debian/changelog index 802c13c68d..a2c2740d63 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 Fri, 12 Nov 2004 17:43:06 +0100 + -- Peter Palfrader 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 cc54a7d051..6a919d3937 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.