[Logcheck-commits] r1575 - in logcheck/trunk: debian rulefiles/linux/ignore.d.server

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Mon May 21 22:47:34 UTC 2007


Author: madduck
Date: 2007-05-21 22:47:34 +0000 (Mon, 21 May 2007)
New Revision: 1575

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/cron
Log:
* ignore.d.server/cron:
  - ignore crontab entries even if helper is referenced by absolute path;
    thanks to Marc Sherman for the patch (closes: #422618, #422884).

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-05-21 22:46:04 UTC (rev 1574)
+++ logcheck/trunk/debian/changelog	2007-05-21 22:47:34 UTC (rev 1575)
@@ -34,12 +34,16 @@
   * ignore.d.server/mldonkey-server:
     - ignore messages about resource loading when ANSI locale is used.
 
+  * ignore.d.server/cron:
+    - ignore crontab entries even if helper is referenced by absolute path;
+      thanks to Marc Sherman for the patch (closes: #422618, #422884).
+
   * Made dependency on logtail unversioned.
 
   * Patch for log-summary-ssh by Justin Pryzby to ignore messages related to
     invalid users as well as illegal ones (closes: #422525).
 
- -- martin f. krafft <madduck at debian.org>  Tue, 22 May 2007 00:44:30 +0200
+ -- martin f. krafft <madduck at debian.org>  Tue, 22 May 2007 00:46:33 +0200
 
 logcheck (1.2.56) unstable; urgency=low
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/cron
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/cron	2007-05-21 22:46:04 UTC (rev 1574)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/cron	2007-05-21 22:47:34 UTC (rev 1575)
@@ -1,4 +1,4 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ crontab\[[0-9]+\]: \([[:alnum:]-]+\) LIST \([[:alnum:]-]+\)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ crontab\[[0-9]+\]: \([[:alnum:]-]+\) REPLACE \([[:alnum:]-]+\)$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ crontab\[[0-9]+\]: \([[:alnum:]-]+\) (BEGIN|END) EDIT \([[:alnum:]-]+\)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (/usr/bin/)?crontab\[[0-9]+\]: \([[:alnum:]-]+\) LIST \([[:alnum:]-]+\)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (/usr/bin/)?crontab\[[0-9]+\]: \([[:alnum:]-]+\) REPLACE \([[:alnum:]-]+\)$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (/usr/bin/)?crontab\[[0-9]+\]: \([[:alnum:]-]+\) (BEGIN|END) EDIT \([[:alnum:]-]+\)$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ CRON\[[0-9]+\]: nss_ldap: reconnect(ing|ed) to LDAP server(\.\.\.| after [0-9]+ attempt\(s\))$




More information about the Logcheck-commits mailing list