summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-10-10 08:49:30 +0200
committerErich Eckner <git@eckner.net>2019-10-10 08:49:30 +0200
commit1369245b9cf0cda468636c2853d26980b632c67e (patch)
treefcdcf39ccee9c8dc5b55bd716aacccb0b88f3951
parent4de440ff25470c93433516557a2b99183ed76f03 (diff)
downloadlogwatch-overrides-1369245b9cf0cda468636c2853d26980b632c67e.tar.xz
xntpd: fix typo in regex escaping
-rw-r--r--xntpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/xntpd b/xntpd
index d68b6d8..7f7b468 100644
--- a/xntpd
+++ b/xntpd
@@ -76,7 +76,7 @@ while (defined(my $ThisLine = <STDIN>)) {
($ThisLine =~ m/kernel time sync (dis|en)abled /) or # startup
($ThisLine =~ m/frequency initialized/) or # startup
($ThisLine =~ /adjusting clock frequency by -?[0-9.]+ to [0-9.]+ppm/) or
- ($ThisLine =~ /peer [0-9.a-f:]\+ now valid/) or
+ ($ThisLine =~ /peer [0-9.a-f:]+ now valid/) or
($ThisLine =~ /clock is now synced/) or
($ThisLine =~ m/using kernel phase-lock loop/) or # startup
($ThisLine =~ m/0\.0\.0\.0 [[:xdigit:]]{4} [[:xdigit:]]{2} /) or # startup