summaryrefslogtreecommitdiff
path: root/files/etc
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-21 10:56:16 +0200
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-08-21 10:56:16 +0200
commitf3976b219bc384f87ac0349878ab19ed94e7bd7f (patch)
treeabde5e5397995a3e47d900f50d0e7771acfb1b55 /files/etc
parent558150b120c0c4d59841ca861d99ee60ed3c9835 (diff)
update timestamp format
Diffstat (limited to 'files/etc')
-rw-r--r--files/etc/logcheck/ignore.d.workstation/local-dhcpcd2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/logcheck/ignore.d.workstation/local-dhcpcd b/files/etc/logcheck/ignore.d.workstation/local-dhcpcd
index 9133f63..43509f9 100644
--- a/files/etc/logcheck/ignore.d.workstation/local-dhcpcd
+++ b/files/etc/logcheck/ignore.d.workstation/local-dhcpcd
@@ -1 +1 @@
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dhcpcd\[[[:digit:]]+\]: [[:alnum:]]+: authentication failed from [[:xdigit:]:]+: No such file or directory$
+^(\w{3} [ :0-9]{11}|[0-9T:.+-]{32}) [._[:alnum:]-]+ dhcpcd\[[[:digit:]]+\]: [[:alnum:]]+: authentication failed from [[:xdigit:]:]+: No such file or directory$