From be420094b5640b342cc242c99f353f0cabfce497 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Thu, 19 Dec 2019 23:27:29 +0100 Subject: [PATCH] Fix: escaping start of line character --- seqs/rsyslog/10-rngd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqs/rsyslog/10-rngd.conf b/seqs/rsyslog/10-rngd.conf index e3b8f01..dc13e08 100644 --- a/seqs/rsyslog/10-rngd.conf +++ b/seqs/rsyslog/10-rngd.conf @@ -1 +1 @@ -if $programname == 'rngd' and re_match($msg, "^stats:.*") then stop +if $programname == 'rngd' and re_match($msg, "\^stats:.*") then stop