Package: logwatch
Version: 7.3.6.cvs20080702-2
Tags: patch
File: /usr/share/logwatch/scripts/services/cron
--- - 2009-08-19 09:44:15.723804653 -0700
+++ /usr/share/logwatch/scripts/services/cron 2009-08-19 09:41:52.242126561
-0700
@@ -134,7 +134,7 @@
$Runs->{$User}->{$ThisLine}++;
} elsif ($ThisLine =~ s/^CMD FINISH \((.+)\)\s*$/$1/) {
$Runs->{$User}->{$ThisLine}++;
- } elsif ($ThisLine =~ s/^CMD START \((.+)\)\s*$/$1/) {
+ } elsif ($ThisLine =~ s/^(END|CMD START) \((.+)\)\s*$/$1/) {
#Ignore for now, NetBSD users could get tricky with
#How many commands started vs finished -mgt
} elsif ($ThisLine =~ /ORPHAN \(no passwd entry\)/) {
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]