From 9f3c51e3aa40910e103368b309a7775cd7518cf0 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 22 Oct 2002 17:24:43 +0000 Subject: logcheck: Match only numerical pid numbers (.* is BAD in logcheck!). --- logcheck/ignore.d.workstation/devfsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logcheck/ignore.d.workstation/devfsd') diff --git a/logcheck/ignore.d.workstation/devfsd b/logcheck/ignore.d.workstation/devfsd index e6a88db..111f420 100644 --- a/logcheck/ignore.d.workstation/devfsd +++ b/logcheck/ignore.d.workstation/devfsd @@ -1,2 +1,2 @@ -devfsd\[.*\]: Caught SIGHUP -devfsd\[.*\]: read config file: "/etc/devfsd.conf" +devfsd\[[0-9]+\]: Caught SIGHUP +devfsd\[[0-9]+\]: read config file: "/etc/devfsd.conf" -- cgit v1.2.3