Bug#252966: [Logcheck-devel] Bug#252966:

maks attems debian at sternwelten.at
Tue Jun 8 07:05:45 UTC 2004


hello damien,

On Mon, 07 Jun 2004, Damien Raude-Morvan wrote:

> Your last patch ($Id 1.56) seems working very well, as I get new logcheck 
> reports for now ;) Working on two systems, one with logcheck errors (= my bug 
> report) and another without logcheck problems (no regression :)

my patch cured the observed problem,
but introduced duplicated messages.
could you please test the follow-up patch,
this should be correct the correct fix now.

thanks a lot for your feedback and patience
a++ maks

-------------- next part --------------
Index: src/logcheck
===================================================================
RCS file: /cvsroot/logcheck/logcheck/src/logcheck,v
retrieving revision 1.56
retrieving revision 1.58
diff -u -r1.56 -r1.58
--- src/logcheck	7 Jun 2004 16:09:51 -0000	1.56
+++ src/logcheck	8 Jun 2004 06:59:09 -0000	1.58
@@ -22,7 +22,7 @@
 # along with Logcheck; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-# $Id: logcheck,v 1.56 2004/06/07 16:09:51 maks-guest Exp $
+# $Id: logcheck,v 1.58 2004/06/08 06:59:09 maks-guest Exp $
 
 
 # Set the umask
@@ -304,9 +304,7 @@
 		# Remove any  entries already reported
 		for file in $(ls $raise/ | grep -v '^logcheck') ; do
 		    debug "Cleaning logcheck: $file"
-		    if [ -f "$ignore/$file" ]; then
-	                cleanchecked "$ignore/$file"
-		    fi
+		    cleanchecked "$raise/$file"
 		done
 	    fi
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20040608/0a1a250f/attachment.pgp 


More information about the Logcheck-devel mailing list