diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-23 17:17:13 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-23 17:17:13 +0000 |
commit | dddec7a12123924793fd2c204ed308d3c50a9b2d (patch) | |
tree | 9ef5f058147d440215a00a4f6ff7b7324f7c612f /logcheck/violations.ignore.d/dhcp-client | |
parent | 9f3c51e3aa40910e103368b309a7775cd7518cf0 (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/violations.ignore.d/dhcp-client')
-rw-r--r-- | logcheck/violations.ignore.d/dhcp-client | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logcheck/violations.ignore.d/dhcp-client b/logcheck/violations.ignore.d/dhcp-client index 93161b4..75ee45d 100644 --- a/logcheck/violations.ignore.d/dhcp-client +++ b/logcheck/violations.ignore.d/dhcp-client @@ -1,2 +1,2 @@ dhcpd-2.2.x: (send_packet|fallback_discard): Connection refused -dhclient-2.2.x: receive_packet failed on eth[[:digit:]]: Network is down +dhclient-2.2.x: receive_packet failed on eth[0-9]: Network is down |