From b41df90904849dac46beca728bd23f277e180ffb Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 22 Jul 2002 02:18:30 +0000 Subject: =?UTF-8?q?You=20no=20longer=20need=20an=20extra=20Mixmaster=20ins?= =?UTF-8?q?tallation=20for=20your=20pinger=20The=20config=20hash=20?= =?UTF-8?q?=EF=BF=BDPinger::Mix=EF=BF=BD=20is=20obsolete=20Default=20gnupg?= =?UTF-8?q?home=20changed=20from=20=EF=BF=BDgnupg=EF=BF=BD=20to=20?= =?UTF-8?q?=EF=BF=BDgnupghome=EF=BF=BD=20New=20config=20options:=20mixmast?= =?UTF-8?q?er,=20mixhome,=20gnupg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/pingd.conf.pod | 56 +++++++++++++++++++++++++++--------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'doc/pingd.conf.pod') diff --git a/doc/pingd.conf.pod b/doc/pingd.conf.pod index 4af2575..ea4ac54 100644 --- a/doc/pingd.conf.pod +++ b/doc/pingd.conf.pod @@ -61,33 +61,6 @@ The email address of the human operator that runs this pinger. It is used in several templates. -=item B - -B has some information for C -pinging module. It is a hash that has two keys: - -=over - -=item B - -The name (with complete path) of the mix binary. It is expected to support the -same command line options as the canonical mixmaster client/server by -Anonimizer Inc. - -=item B - -The directory where the files C and C are loated in. -C will overwrite these files before sending any pings. - -=back - - Default: none - Example: 'Pinger::Mix' => { - 'mix' => '/home/pinger/Mix/mix', - 'mixdir' => '/home/pinger/Mix', - }, - - =back @@ -410,7 +383,34 @@ show set to false are shown here too). The directory which is used as temporal GnuPG home for all keyring and encryption/decryption actions. - Default: 'gnupghome' => 'gnupg', + Default: 'gnupghome' => 'gnupghome', + +=item B + +Name of the GnuPG executeable. If it is not in your PATH make sure to +include path information. + +If B is an empty string, the C default (usually B) +is used. + + Default: 'gnupg' => '', + Example: 'gnupg' => '/home/pinger/bin/myGnuPG', + +=item B + +The directory which is used as temporal Mixmaster home for all keyring and +encryption/decryption actions. + + Default: 'mixhome' => 'mixhome', + Example: 'mixmaster' => '/home/pinger/Mix', + +=item B + +Name of the mixmaster executeable. If it is not in your PATH make sure to +include path information. + + Default: 'mixmaster' => 'mix', + Example: 'mixmaster' => '/home/pinger/Mix/mix', =item B -- cgit v1.2.3