logwatch 7.5.5: Deleted no longer needed patch for clamav 0.103.0

I've should have read the changelog from opensuse more thoroughly:

...
4a862fa [clamav] Ignore new "Activating the newly loaded database" message
...

Sorry for the noise.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Matthias Fischer
2021-01-31 09:06:27 +01:00
committed by Michael Tremer
parent 68fbf256e2
commit ae94f85b02
2 changed files with 0 additions and 12 deletions

View File

@@ -1,11 +0,0 @@
diff -U 3 a/scripts/services/clamav b/scripts/services/clamav
--- a/scripts/services/clamav Fri Sep 21 00:46:14 2020
+++ b/scripts/services/clamav Mon Dec 25 09:26:26 2020
@@ -77,6 +77,7 @@
( $ThisLine =~ /Bytecode: Security mode set to /) or
( $ThisLine =~ /^No stats for Database check/ ) or
( $ThisLine =~ /^Received \d+ file descriptor\(s\) from systemd\.$/) or
+ ( $ThisLine =~ /^Activating the newly loaded database.../ ) or
0 # This line prevents blame shifting as lines are added above
) {
# We do not care about these.