diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-01-12 02:05:11 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-01-12 02:05:11 +0000 |
commit | 20bcce490a77d930228fd36053c2cb9400f348e5 (patch) | |
tree | f3d1289b1046b312a6a0d69f6b9ab369f4819e7e /debian/patches | |
parent | 3c894809132137d799fd31c1714e900a2f42d2ab (diff) | |
download | tor-20bcce490a77d930228fd36053c2cb9400f348e5.tar tor-20bcce490a77d930228fd36053c2cb9400f348e5.tar.gz |
Forward port patches/02_add_debian_files_in_manpage.
svn:r5819
Diffstat (limited to 'debian/patches')
-rwxr-xr-x | debian/patches/02_add_debian_files_in_manpage.dpatch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/patches/02_add_debian_files_in_manpage.dpatch b/debian/patches/02_add_debian_files_in_manpage.dpatch index 933ef311c..277a2fb58 100755 --- a/debian/patches/02_add_debian_files_in_manpage.dpatch +++ b/debian/patches/02_add_debian_files_in_manpage.dpatch @@ -24,18 +24,18 @@ exit 0 @DPATCH@ diff -urNad tor-0.1.1.5/doc/tor.1.in /tmp/dpep.E9VjWB/tor-0.1.1.5/doc/tor.1.in ---- tor-0.1.1.5/doc/tor.1.in -+++ /tmp/dpep.E9VjWB/tor-0.1.1.5/doc/tor.1.in -@@ -627,6 +627,12 @@ - .TP - .I @LOCALSTATEDIR@/lib/tor/ - The tor process stores keys and other data here. +--- tor-0.1.1.12/doc/tor.1.in ++++ /tmp/dpep.E9VjWB/tor-0.1.1.12/doc/tor.1.in +@@ -710,6 +710,12 @@ + (fingerprint) are rejected by the authoritative directory server. If + it is \fB!invalid\fP then descriptors are accepted but marked in the + directory as not valid (not recommended). +.TP -+.I /var/log/tor/ ++.B /var/log/tor/ +The tor server logs to this directory. +.TP -+.I /var/run/tor/tor.pid ++.B /var/run/tor/tor.pid +The PID of the tor (master) process is stored in this file. - .SH SEE ALSO .BR privoxy (1), + .BR tsocks (1), |