summaryrefslogtreecommitdiff
path: root/logcheck/ignore.d.workstation/devfsd
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-10-22 17:24:43 +0000
committerJonas Smedegaard <dr@jones.dk>2002-10-22 17:24:43 +0000
commit9f3c51e3aa40910e103368b309a7775cd7518cf0 (patch)
tree8565590f025f03815471873379f57fef709c95d9 /logcheck/ignore.d.workstation/devfsd
parent7014f849002f4cb260023395cd839eae47e21324 (diff)
logcheck: Match only numerical pid numbers (.* is BAD in logcheck!).
Diffstat (limited to 'logcheck/ignore.d.workstation/devfsd')
-rw-r--r--logcheck/ignore.d.workstation/devfsd4
1 files changed, 2 insertions, 2 deletions
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"