Re: new release of logwatch
CAPELLE Benoît <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Organization | LaBRI |
| Message-ID | <[email protected]> |
Hi, I submitted a patch on 9/15/2008 regarding audit messages. It didn't made it into the CVS too. Any hope to see it included ? Archive link: http://www2.list.logwatch.org:81/pipermail/logwatch-devel/2008- September/002002.html -- Benoit _______________________________________________ Logwatch-Devel mailing list [email protected] http://www2.list.logwatch.org:81/mailman/listinfo/logwatch-devel
audit.patch
(text/x-patch, 547 B)
diff -ur a/conf/services/audit.conf b/conf/services/audit.conf --- a/conf/services/audit.conf 2005-06-07 20:17:20.000000000 +0200 +++ b/conf/services/audit.conf 2008-09-15 16:23:15.000000000 +0200 @@ -21,7 +21,7 @@ # Note that audit lines may have something like audit(1114839915.618:0) # as the service name # (Some implementations might not precede it with "kernel:") -*OnlyService = (kernel:)?\s*audit.* +*OnlyService = (kernel:)?\s*(type=[0-9]+\s*)?audit.* *RemoveHeaders ########################################################