[Logcheck-commits] CVS logcheck/debian

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Tue, 18 May 2004 02:55:05 -0600


Update of /cvsroot/logcheck/logcheck/debian
In directory haydn:/tmp/cvs-serv3022/debian

Modified Files:
	changelog 
Log Message:


use all the logcheck-* files from violations.ignore.d!

but now we have a potential race:
if $grepfile = logcheck and a pattern of it matches.
we would run 2x times the logcheck-* rules.

i prefer to remove the stuff below 
# Now ignore all entries from the logcheck-<package> files
will do it next days if no one waves hand. *)

bonus: less grep values to check ;)

i'm not shure if the stuff below debug "Cleaning logcheck"
is needed for now I leave it.

*) readded file restriction check that was accidentaly removed,
   by a patch of mine for version 1.2.17.


--- /cvsroot/logcheck/logcheck/debian/changelog	2004/05/17 20:41:33	1.80
+++ /cvsroot/logcheck/logcheck/debian/changelog	2004/05/18 08:55:04	1.81
@@ -3,8 +3,8 @@
   maks:
   * Better description of logtail package.
   * Recommend use of an offsite email address in main conf.
-  * Added and updated bind, cracklib, innd, postfix, nntpcache, kernel,
-    Login.app, proftp, pump, sendmail rulefiles.
+  * Added and updated bind, cracklib, innd, kernel, logcheck, nntpcache,
+    Login.app, proftp, postfix, pump, sendmail rulefiles.
     (Closes: #248816, #213709, #198767, #248409, #249074)
   * Added -v switch (outputs logcheck version).
   * Harden permissions regarding world.
@@ -15,6 +15,8 @@
   * Added and updated oidentd rules. (Closes: #186849)
     thanks to Tobias Wolter <towo+bugs@ydal.de>
   * Ignore normal use of su and sudo. (Closes: #182992, #192192)
+  * Remove empty file innd.
+  * Add switches to logtails default arguments.
   todd:
   * Add debconf to logcheck Depends:
   * Check the return values of all commands.