From 1b5fed479a31e06829a714f7ac520b0f101642ff Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 14 Jan 2003 06:04:37 +0000 Subject: Set mixmaster verbose to 0 --- Echolot/Pinger/Mix.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Echolot/Pinger/Mix.pm b/Echolot/Pinger/Mix.pm index 7bca883..b0cf783 100644 --- a/Echolot/Pinger/Mix.pm +++ b/Echolot/Pinger/Mix.pm @@ -1,7 +1,7 @@ package Echolot::Pinger::Mix; # (c) 2002 Peter Palfrader -# $Id: Mix.pm,v 1.10 2003/01/14 05:25:35 weasel Exp $ +# $Id: Mix.pm,v 1.11 2003/01/14 06:04:37 weasel Exp $ # =pod @@ -61,6 +61,7 @@ sub ping($$$$) { print (F "PUBRING pubring.mix\n"); print (F "TYPE2LIST type2.list\n"); print (F "SENDMAIL $sendmail -f $address -t\n"); + print (F "VERBOSE 0\n"); close (F) or Echolot::Log::warn("Cannot close $mixcfg: $!."), return 0; -- cgit v1.2.3