Просмотр исходного кода

Merge remote-tracking branch 'weasel/bug19504'

Nick Mathewson 10 лет назад
Родитель
Сommit
11ba7f0037
2 измененных файлов с 10 добавлено и 0 удалено
  1. 3 0
      changes/bug19504
  2. 7 0
      doc/tor.1.txt

+ 3 - 0
changes/bug19504

@@ -0,0 +1,3 @@
+  o Minor bugfixes (documentation):
+    - Document the --passphrase-fd option in the tor manpage.
+      Fixes bug 19504.

+ 7 - 0
doc/tor.1.txt

@@ -118,6 +118,13 @@ COMMAND-LINE OPTIONS
    directory of your Tor daemon, and make sure that they are owned by the
    directory of your Tor daemon, and make sure that they are owned by the
    user actually running the Tor daemon on your system.
    user actually running the Tor daemon on your system.
 
 
+**--passphrase-fd** __FILEDES__::
+    Filedescriptor to read the passphrase from.  Note that unlike with the
+    tor-gencert program, the entire file contents are read and used as
+    the passphrase, including any trailing newlines.
+    Default: read from the terminal.
+
+
 Other options can be specified on the command-line in the format "--option
 Other options can be specified on the command-line in the format "--option
 value", in the format "option value", or in a configuration file.  For
 value", in the format "option value", or in a configuration file.  For
 instance, you can tell Tor to start listening for SOCKS connections on port
 instance, you can tell Tor to start listening for SOCKS connections on port