[tor-commits] [tor/maint-0.2.2] Mention that HiddenServiceDir must exist
nickm at torproject.org
nickm at torproject.org
Thu Aug 25 22:52:49 UTC 2011
commit cc33ac362b1e0e046ddbeae30da1810aef781e8f
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Thu Aug 25 22:26:54 2011 +0200
Mention that HiddenServiceDir must exist
---
doc/tor.1.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 8f80c9f..bfc9766 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1339,7 +1339,7 @@ The following options are used to configure a hidden service.
**HiddenServiceDir** __DIRECTORY__::
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.
+ specify multiple services. DIRECTORY must be an existing directory.
**HiddenServicePort** __VIRTPORT__ [__TARGET__]::
Configure a virtual port VIRTPORT for a hidden service. You may use this
More information about the tor-commits
mailing list