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/ignore.d.workstation/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/ignore.d.workstation/dhcp-client')
-rw-r--r-- | logcheck/ignore.d.workstation/dhcp-client | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/logcheck/ignore.d.workstation/dhcp-client b/logcheck/ignore.d.workstation/dhcp-client index d76233b..23be14b 100644 --- a/logcheck/ignore.d.workstation/dhcp-client +++ b/logcheck/ignore.d.workstation/dhcp-client @@ -1,8 +1,4 @@ -dhclient(-2.2.x)?: DHCP(REQUEST|DISCOVER) on .* to .* port 67( interval [[:digit:]]+)? dhclient(-2.2.x)?: No working leases in persistent database( - sleeping)?\. dhclient(-2.2.x)?: Sleeping\. dhclient(-2.2.x)?: No DHCPOFFERS received\. -dhclient(-2.2.x)?: DHCP(ACK|OFFER) from [\.[:digit:]]+ -dhclient(-2.2.x)?: bound to .* -- renewal in [[:digit:]]+ seconds\. -dhclient(-2.2.x)?: irda0: unknown hardware address type 783 -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 |