From: joy <> Date: Sun, 22 Oct 2000 01:35:58 +0000 (-0800) Subject: [project @ 2000-10-21 18:35:58 by joy] X-Git-Tag: release/2.6.0~1199 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1efe50c6f95b7220a4c222b1d745c3fe0ef3c147;p=debbugs.git [project @ 2000-10-21 18:35:58 by joy] open DEBUG as /dev/null; added copy of an incorrectly submitted report to the reply; minor fixes to the wording --- diff --git a/scripts/process.in b/scripts/process.in index 9d80c056..6f529329 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: process.in,v 1.19 2000/10/10 20:10:34 joy Exp $ +# $Id: process.in,v 1.20 2000/10/21 18:35:58 joy Exp $ # # Usage: process nn # Temps: incoming/Pnn @@ -10,6 +10,7 @@ require( '/usr/lib/debbugs/errorlib' ); chdir( "$gSpoolDir" ) || die 'chdir spool: $!\n'; #open(DEBUG,"> /tmp/debbugs.debug"); +open DEBUG, ">/dev/null"; defined( $intdate= time ) || &quit( "failed to get time: $!" ); @@ -396,7 +397,7 @@ END } if (!defined($pheader{'package'})) { &htmllog("Warning","sent",$replyto,"Message not forwarded."); - &sendmessage(<.nn # Temps: incoming/P.nn @@ -11,6 +11,7 @@ $ENV{'PATH'} = '/usr/lib/debbugs:'.$ENV{'PATH'}; chdir("$gSpoolDir") || die "chdir spool: $!\n"; # open(DEBUG,">&4"); +open DEBUG, ">/dev/null"; $debug = 0; $_=shift;