diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-11-12 16:52:10 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-11-12 16:52:10 +0000 |
commit | abd90020a42891fb001f3c13960c8f9ebd9c8fc2 (patch) | |
tree | f3c0d48f67b700e32179d272b20dc7cd019087f9 /debian/patches | |
parent | b7131c2260cc32925d01aae70275cc2bf155fade (diff) | |
download | tor-abd90020a42891fb001f3c13960c8f9ebd9c8fc2.tar.gz tor-abd90020a42891fb001f3c13960c8f9ebd9c8fc2.zip |
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
Diffstat (limited to 'debian/patches')
-rwxr-xr-x | debian/patches/02_add_debian_files_in_manpage.dpatch | 4 |
1 files changed, 2 insertions, 2 deletions
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. |