From dddec7a12123924793fd2c204ed308d3c50a9b2d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 23 Oct 2002 17:17:13 +0000 Subject: 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 --- logcheck/ignore.d.server/hotplug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'logcheck/ignore.d.server/hotplug') 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 -- cgit v1.2.3