control: close -1
thanks

Hi debBug,

you reported a bug but it is a duplicate of

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074262

You do need to check bugs are not already filed before reporting new ones,
because it makes work for people doing triage, and also saves you making
patches that will not be applied. Because the other bug has "typo" in its
title it was you should definitely have read that one first, and then you
would have saved yourself some time.

Thanks for sending a patch. i can see what you are trying to do, and it is
broadly ok -- unfortunately, it is either not attached properly (or mangled
by email) or deletes too much. As explained in the other bug, this typo
will be fixed as part of other changes for trixie.

So i am closing this report.

(The best way to contribute to logcheck is to review the rules for dovecot
in the many existing bugs.)

On Wed, 4 Sep 2024, 20:48 , <deb...@think-future.com> wrote:

> Package: logcheck
> Version: 1.4.3
> Severity: minor
>
> Dear Maintainer,
>
> In case logcheck encounters an error, an error msg is output containing a
> typo. Excerpt:
>
> """
> - verify that the logcheck user can read all
> logfiles specified in;
> /etc/logcheck/logcheck.logfiles
> /etc/logcheck/logcheck.logfiled.d/*.logfiles
> """
>
> -> "logfiled.d"
>
> Please consider applying this patch to correct the typo in a script-wide,
> consistent way:
>
> --- /sbin/logcheck      2024-09-04 19:28:15.900501946 +0200
> +++ /tmp/logcheck       2024-09-04 19:26:35.525111627 +0200
> @@ -183,8 +183,8 @@
> }
> - verify that the logcheck user can read all
> logfiles specified in;
> -  /etc/logcheck/logcheck.logfiles
> -  /etc/logcheck/logcheck.logfiles.d/*.logfiles
> +  ${LOGFILES_LIST}
> +  ${LOGFILES_LIST_D}*.logfiles
> - check the system has enough space; (df -h output follows):
> $(df -h 2>&1|| :)
> - check the settings (environment follows):
>
>
> Thank you.
>
>

Reply via email to