Package: logwatch
Version: 7.3.6-1ubuntu1
Tags: patch, upstream
File: /usr/share/logwatch/scripts/services/cron
--- /usr/share/logwatch/scripts/services/cron
+++ tmp.L16063/cron 2008-06-30 15:21:34.000000000 -0700
@@ -142,7 +142,7 @@
$Errors{$Reason}++;
} elsif ( ($FileName) = ($ThisLine =~ /BAD FILE MODE \((.+)\)/) ) {
$BFMFile{$FileName}++;
- } elsif ( ($FileName) = ($ThisLine = /WRONG FILE OWNER \((.+)\)/) ) {
+ } elsif ( ($FileName) = ($ThisLine =~ /WRONG FILE OWNER \((.+)\)/) ) {
$WFO{$FileName}++;
} else {
# Report any unmatched entries...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]