update cron3 patch
This commit is contained in:
parent
fda8ac5341
commit
7648ce68b5
@ -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 = <STDIN>)) {
|
||||
(($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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user