summaryrefslogtreecommitdiff
path: root/logcheck/ignore.d.server/hotplug
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-10-23 17:17:13 +0000
committerJonas Smedegaard <dr@jones.dk>2002-10-23 17:17:13 +0000
commitdddec7a12123924793fd2c204ed308d3c50a9b2d (patch)
tree9ef5f058147d440215a00a4f6ff7b7324f7c612f /logcheck/ignore.d.server/hotplug
parent9f3c51e3aa40910e103368b309a7775cd7518cf0 (diff)
Major logcheck overhaul:
* Split local into files by related packages * Rename remaining local to misc * Split language-specific (only da_DK) into package.lang * Sync with entries provided by packages themselves * Rename some files overriding (not add) to package.changes * Replace [[:digit:]] with the shorter [0-9] everywhere * Replace most .* to more specific alternatives everywhere
Diffstat (limited to 'logcheck/ignore.d.server/hotplug')
-rw-r--r--logcheck/ignore.d.server/hotplug4
1 files changed, 2 insertions, 2 deletions
diff --git a/logcheck/ignore.d.server/hotplug b/logcheck/ignore.d.server/hotplug
index 1c07779..2728667 100644
--- a/logcheck/ignore.d.server/hotplug
+++ b/logcheck/ignore.d.server/hotplug
@@ -1,2 +1,2 @@
-/etc/hotplug/net.agent: invoke if(up|down) ppp[[:digit:]]
-/etc/hotplug/net.agent: assuming ppp[[:digit:]] is already up
+/etc/hotplug/net.agent: invoke if(up|down) ppp[0-9]
+/etc/hotplug/net.agent: assuming ppp[0-9] is already up