From: Mhonarc archives guy Date: Wed, 4 Jan 2012 11:42:41 +0000 (+0000) Subject: Silence errors; they are too noisy X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=b7a7afd048eaf15d4429bb9acb74db2ae125aac4;p=pgweb-old.git Silence errors; they are too noisy --- diff --git a/archives/bin/mk-mhonarc b/archives/bin/mk-mhonarc index 1641b82b..f6da73aa 100755 --- a/archives/bin/mk-mhonarc +++ b/archives/bin/mk-mhonarc @@ -94,10 +94,10 @@ process_one_mbox() { -definevar LIST=$list \ -definevar YEAR=$year \ -definevar MONTH=$month \ - > $temp 2>&1 - $ARCHIVES_BIN/msgid2link.pl $ydashm >> $temp 2>&1 + > $temp 2>/dev/null + $ARCHIVES_BIN/msgid2link.pl $ydashm >> $temp 2>/dev/null $ARCHIVES_BIN/createmsgid.pl -i $ydashm -o $ARCHIVES_ROOT/msgid \ - >> $temp 2>&1 + >> $temp 2>/dev/null if [ -s $temp ]; then echo "START -- error processing $mbox" cat $temp