diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc/pingd.conf.pod | 8 |
2 files changed, 9 insertions, 2 deletions
@@ -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> |