Package: logcheck-database
Version: 1.2.35
Severity: wishlist
Tags: patch
This patch updates ignore.d.workstation/udev to properly ignore
creation/removal of devices in subdirectories (e.g. /dev/usb/lp0).
--- ignore.d.workstation/udev 2005-02-20 21:38:48.000000000 -0800
+++ ignore.d.workstation/udev.new 2005-03-25 11:30:24.963984992 -0800
@@ -1 +1 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ udev\[[0-9]+\]: (creating|removing) device
node '/dev/[[:alpha:]]+[0-9]*'$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ udev\[[0-9]+\]: (creating|removing) device
node '/dev(/[[:alpha:]]+[0-9]*)+'$