summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-03 08:46:40 +0200
committerErich Eckner <git@eckner.net>2019-04-03 08:46:40 +0200
commit2efbb44c4c781fddf506df9bf940cf81a7b2cf38 (patch)
treecbcbc3f3c6d140a34a1de63ce10be4884909d339
parent842dd40bc565448b787ddaf856c11e78c2b7150f (diff)
downloadlogwatch-overrides-2efbb44c4c781fddf506df9bf940cf81a7b2cf38.tar.xz
systemd: version may contain non-digits
-rw-r--r--systemd2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd b/systemd
index f900f9b..67af44d 100644
--- a/systemd
+++ b/systemd
@@ -94,7 +94,7 @@ while (defined(my $ThisLine = <STDIN>)) {
$ThisLine =~ /: Got notification message from PID \d+, but reception is disabled\./ or
$ThisLine =~ /: Got notification message from PID \d+, but reception only permitted for main PID \d+/ or
$ThisLine =~ /Cannot find unit for notify message of PID \d+/ or
- $ThisLine =~ /^systemd (\d+) running in system mode/ or
+ $ThisLine =~ /^systemd ([-0-9.a-z]+) running in system mode/ or
# This is preceeded by a more descriptive message
$ThisLine =~ /^This usually indicates unclean termination of a previous run, or service implementation deficiencies\.$/ or
$ThisLine =~ /Transaction is destructive\./ or