Package: munin
Version: 1.4.3-2
Severity: normal
Tags: patch
# grep " Completed " /var/log/exim4/mainlog|wc -l
0
# grep " Completed$" /var/log/exim4/mainlog|wc -l
4835
#
This patch changes the line that counts the completed lines.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages munin depends on:
ii adduser 3.100 Add and remove users and groups
ii cron 3.0pl1-87 management of regular background p
pn libdigest-md5-perl <none> (no description available)
ii libhtml-template-perl 2.9-1 HTML::Template : A module for usin
ii liblog-log4perl-perl 1.26-1 A Perl port of the widely popular
ii librrds-perl 1.3.8-1 Time-series data storage and displ
pn libstorable-perl <none> (no description available)
ii munin-common 1.4.3-2 network-wide graphing framework (c
ii perl [libtime-hires-perl] 5.10.1-9 Larry Wall's Practical Extraction
ii perl-modules 5.10.1-9 Core Perl modules
ii rrdtool 1.2.27-1 Time-series data storage and displ
ii ttf-dejavu 2.30-2 Metapackage to pull in ttf-dejavu-
Versions of packages munin recommends:
pn libdate-manip-perl <none> (no description available)
ii munin-node 1.4.3-2 network-wide graphing framework (n
-- no debconf information
--- exim_mailstats.orig 2010-02-11 17:44:11.000000000 -0500
+++ exim_mailstats 2010-02-12 16:34:36.000000000 -0500
@@ -117,7 +117,7 @@
if (/ <= /) {
$received++;
}
- elsif (/ Completed /) {
+ elsif (/ Completed$/) {
$completed++;
}
elsif (/ rejected /) {