summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--doc/pingd.conf.pod8
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3c9cfd2..56d6298 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,8 @@ Changes in
* Fix 0/false in Fetch/Ping/Show in summary report.
* fork() for calling mixmaster, so we can exec() it
rather can using open("| ...") which ivokes a shell.
- * Catch SIGPIPE
+ * Catch SIGPIPE.
+ * Document thesaurusindexfile.
Changes in version
* Minor documentation fixes suggested by Ryan Lackey.
diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod
index a5a2464..5625a8f 100644
--- a/doc/pingd.conf.pod
+++ b/doc/pingd.conf.pod
@@ -489,12 +489,18 @@ The Thesaurus index file.
Default: 'thesaurusindexfile' => 'results/thesaurus/index',
+=item B<fromlinesindexfile>
+
+The Thesaurus index file.
+
+ Default: 'fromlinesindexfile' => 'results/from',
+
=item B<private_resultdir>
The directory where private stats and keyrings are put (Remailers that have
show set to false are shown here too).
- Default: 'private_resultdir' => 'results',
+ Default: 'private_resultdir' => 'results.private',
=item B<indexfilebasename>