Re: Logwatch puzzles

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sunday 09 April 2006 15:23, David G. Miller wrote:
>
> Sounds like you just want winbindd as your matcher in your @IGNORE
> array.  This will match any line that contains the string winbindd.  You
> don't need anything in front of or behind winbindd to tell perl to skip
> anything since the perl pattern match will be true if $ThisLine contains
> the string winbindd anywhere.
>
> If you needed something to skip over the first part of the line, you'd
> want a perl regular expression instead of what you would use for grep
> and friends.  This would be something like /.*winbindd.*/ with ".*"
> being the perl matcher roughly equivalent to grep's "*".
>
Thanks, Dave.  That sounds exactly right.  I'll put it into the ignore file, 
so we'll see what happens tomorrow morning.

Anne

Attachment: pgpN75fkjj91x.pgp
Description: PGP signature


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux