Package: logwatch / 7.5.0-1

0005-Ignore-ecryptfs-automounting-messages-in-cron.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Willi Mann <willi@debian.org>
Date: Tue, 2 Oct 2018 09:50:35 +0200
Subject: Ignore ecryptfs automounting messages in cron

Bug-Debian: https://bugs.debian.org/862337
---
 scripts/services/cron | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/services/cron b/scripts/services/cron
index fc7c752..0e3c61f 100755
--- a/scripts/services/cron
+++ b/scripts/services/cron
@@ -41,7 +41,8 @@ while (defined($ThisLine = <STDIN>)) {
       ($ThisLine =~ /void Inotify::Remove\(InotifyWatch\*\): removing watch failed/) or
       ($ThisLine =~ /error: \(22\) Invalid argument/) or
       ($ThisLine =~ /pam_unix\(crond:session\): session (?:opened|closed) for user/) or
-      ($ThisLine =~ /PAM pam_end: NULL pam handle passed/)
+      ($ThisLine =~ /PAM pam_end: NULL pam handle passed/) or
+      ($ThisLine =~ /Signature not found in user keyring|Perhaps try the interactive/)
    ) {
       # Ignore
    } elsif (