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 --- Echolot/Stats.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Echolot/Stats.pm') diff --git a/Echolot/Stats.pm b/Echolot/Stats.pm index 402cbd9..b948546 100644 --- a/Echolot/Stats.pm +++ b/Echolot/Stats.pm @@ -1,7 +1,7 @@ package Echolot::Stats; # (c) 2002 Peter Palfrader -# $Id: Stats.pm,v 1.22 2002/07/17 18:53:15 weasel Exp $ +# $Id: Stats.pm,v 1.23 2002/07/22 02:18:30 weasel Exp $ # =pod @@ -679,6 +679,7 @@ sub build_pgpring_export($$$$) { sub build_pgpring() { my $GnuPG = new GnuPG::Interface; + $GnuPG->call( Echolot::Config::get()->{'gnupg'} ) if (Echolot::Config::get()->{'gnupg'}); $GnuPG->options->hash_init( armor => 1, homedir => Echolot::Config::get()->{'gnupghome'} ); -- cgit v1.2.3