Package: logwatch Version: 7.3.6.cvs20080702-1 Severity: normal Tags: patch
logwatch reports many "unknown lines" for the service dpkg. A patch has been proposed here : http://www2.list.logwatch.org/pipermail/logwatch-devel/2008-May/001958.html --- dpkg_orig 2008-05-27 10:32:14.000000000 -0500 +++ logwatch/scripts/services/dpkg 2008-05-27 10:09:18.000000000 -0500 @@ -37,7 +37,7 @@ } else { push @upgrade, "$pkg $ver1 => $ver2"; } - } elsif ( $line =~ /^\S+ \S+ status / ) { + } elsif ( $line =~ /^\S+ \S+ status|configure|startup|trigproc / ) { #ignore } else { push @unknown, $line; -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (900, 'testing'), (900, 'stable'), (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages logwatch depends on: ii exim4 4.69-5 meta-package to ease Exim MTA (v4) ii exim4-daemon-light [mail-tran 4.69-5+b1 lightweight Exim MTA (v4) daemon ii perl 5.10.0-11 Larry Wall's Practical Extraction Versions of packages logwatch recommends: ii libdate-manip-perl 5.54-1 a perl library for manipulating da -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

