package logcheck-database
tags 302678 pending
thanks

On Fri, 2005-04-15 at 09:40 +0200, Thomas Hood wrote:
> The pattern you added in version 1.2.37:
> 
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dnsmasq\[[[:digit:]]+\]: reading 
> /etc/(run/dnsmasq/)?resolv.conf$
> 
> is obviously not equivalent to the two patterns it was meant to replace:
> 
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dnsmasq\[[[:digit:]]+\]: reading 
> /etc/resolv.conf$
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dnsmasq\[[[:digit:]]+\]: reading 
> /var/run/dnsmasq/resolv.conf$
> 
> Notice that in the second case the file is in /var/.

I've added the following rule to CVS:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dnsmasq\[[[:digit:]]+\]: reading
(/var/run/dnsmasq/|/etc/)resolv.conf$

(Which matches both paths)

Thanks for your bug report,

-- 
-jamie <[EMAIL PROTECTED]> | spamtrap: [EMAIL PROTECTED]
 w: http://www.silverdream.org | p: [EMAIL PROTECTED]
 pgp key @ http://silverdream.org/~jps/pub.key
 21:30:02 up 17 min,  2 users,  load average: 2.65, 2.52, 1.58

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to