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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sun Jan 14 18:54:22 CET 2007


Author: madduck
Date: 2007-01-14 18:54:22 +0100 (Sun, 14 Jan 2007)
New Revision: 1450

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/rulefiles/linux/ignore.d.server/logcheck
Log:
  to a non-existing directory, change it to /var/lib/logcheck. Also ignore
  the corresponding log entry by usermod.

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2007-01-14 17:36:18 UTC (rev 1449)
+++ logcheck/trunk/debian/changelog	2007-01-14 17:54:22 UTC (rev 1450)
@@ -67,7 +67,8 @@
   * Modified the system account Gecos name to "logcheck system account".
 
   * Check for existence of home directory of the system account. If it points
-    to a non-existing directory, change it to /var/lib/logcheck.
+    to a non-existing directory, change it to /var/lib/logcheck. Also ignore
+    the corresponding log entry by usermod.
 
  -- martin f. krafft <madduck at debian.org>  Sun, 14 Jan 2007 17:36:22 +0100
 

Modified: logcheck/trunk/rulefiles/linux/ignore.d.server/logcheck
===================================================================
--- logcheck/trunk/rulefiles/linux/ignore.d.server/logcheck	2007-01-14 17:36:18 UTC (rev 1449)
+++ logcheck/trunk/rulefiles/linux/ignore.d.server/logcheck	2007-01-14 17:54:22 UTC (rev 1450)
@@ -4,3 +4,4 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ PAM_[^[:space:]]+: [^[:space:]]+ session closed for user [.[:alnum:]-]+$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ identd\[[0-9]+\]: started$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ chfn\[[0-9]+\]: changed user `logcheck' information$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ usermod\[[0-9]+\]: changed user `logcheck' home from '[^']+ to '/var/lib/logcheck'$




More information about the Logcheck-commits mailing list