reopen 302678
severity 302678 normal
retitle 302678 Incorrect pattern for matching /var/run/dnsmasq/resolv.conf
thanks


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/.
-- 
Thomas Hood <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to