From 7648ce68b509f6a358135daff1c72925413e5892 Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Wed, 6 Aug 2008 11:47:11 +0000 Subject: [PATCH] update cron3 patch --- logwatch-7.3.6-cron3.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/logwatch-7.3.6-cron3.patch b/logwatch-7.3.6-cron3.patch index 5bfd784..857c532 100644 --- a/logwatch-7.3.6-cron3.patch +++ b/logwatch-7.3.6-cron3.patch @@ -1,8 +1,8 @@ diff -up logwatch-7.3.6/scripts/services/cron.pom logwatch-7.3.6/scripts/services/cron ---- logwatch-7.3.6/scripts/services/cron.pom 2007-10-10 14:22:10.000000000 +0200 -+++ logwatch-7.3.6/scripts/services/cron 2007-10-10 14:23:16.000000000 +0200 +--- logwatch-7.3.6/scripts/services/cron.pom 2008-08-06 13:45:48.000000000 +0200 ++++ logwatch-7.3.6/scripts/services/cron 2008-08-06 13:45:48.000000000 +0200 @@ -207,6 +207,9 @@ while (defined($ThisLine = )) { - (($Error) = ($ThisLine =~ /(failed to open PAM security session: Permission denied)/)) + (($Error) = ($ThisLine =~ /(failed to open PAM security session: (Permission denied|Module is unknown))/)) ) { $CRONDErr{$Error}++; + } elsif (( ($Error) = ($ThisLine =~ /ERROR: (failed to change SELinux context)/)) or