From: rl1987 Date: Sun, 21 Dec 2014 17:05:10 +0000 (+0200) Subject: Document the case of HiddenServiceDir being defined as relative path. X-Git-Tag: tor-0.2.6.2-alpha~19^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f785723e0b76f1b049b6103d01c316778445b33f;p=thirdparty%2Ftor.git Document the case of HiddenServiceDir being defined as relative path. --- diff --git a/changes/bug13913 b/changes/bug13913 new file mode 100644 index 0000000000..7d908bd5b6 --- /dev/null +++ b/changes/bug13913 @@ -0,0 +1,5 @@ + o Documentation: + - Clarify HiddenServiceDir option description in manpage to make it + clear that directory in question is relative to current working + directory of Tor instance if it is defined as a relative path. Fixes + issue 13913. diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e876829cf6..92f0407918 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2025,6 +2025,8 @@ The following options are used to configure a hidden service. Store data files for a hidden service in DIRECTORY. Every hidden service must have a separate directory. You may use this option multiple times to specify multiple services. DIRECTORY must be an existing directory. + NB: if DIRECTORY is defined in relative way, it will be relative to current + working directory of Tor instance, not it's DataDirectory. [[HiddenServicePort]] **HiddenServicePort** __VIRTPORT__ [__TARGET__]:: Configure a virtual port VIRTPORT for a hidden service. You may use this