Codebase list logwatch / 4d8f53f
Merge tag 'upstream/7.4.3+git20180713' Upstream version 7.4.3+git20180713 Willi Mann 5 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6969 ( $ThisLine =~ /Listening daemon: PID: / ) or
7070 ( $ThisLine =~ /Bytecode: Security mode set to /) or
7171 ( $ThisLine =~ /^No stats for Database check/ ) or
72 ( $ThisLine =~ /^Received \d+ file descriptor\(s\) from systemd\.$/ )) {
72 ( $ThisLine =~ /^Received \d+ file descriptor\(s\) from systemd\.$/) or
73 ( $ThisLine =~ /^BlockMax heuristic detection (?:en|dis)abled\./) or
74 0 # This line prevents blame shifting as lines are added above
75 ) {
7376 # We do not care about these.
7477 } elsif (my ($Check) = ($ThisLine =~ /^SelfCheck: (.*?)\.?\s?\n/i)) {
7578 $SelfCheck{$Check}++;