Please generate the ChangeLog file also for snapshots

Marco d'Itri md at linux.it
Mon Jan 4 01:51:51 UTC 2021


On Nov 24, Julien ÉLIE <julien at trigofacile.com> wrote:

> In the no_unused_python patch, when Python filter files are not found, 
> logs are changed from error to notice:
>  
> https://salsa.debian.org/md/inn2/-/raw/master/debian/patches/no_unused_python
>    syslog(L_NOTICE, "python is not initialized");
>    syslog(L_NOTICE, "%s not installed", path);
> 
> Shouldn't the same level (notice) be also used for Perl filters?
> In lib/perl.c, PERLsetup logs it as en error:
> 
>              syslog(L_ERROR,"SERVER perl loading %s failed: %s",
>                     startupfile, SvPV(errsv, PL_na));
No, because this message is used to report syntax errors in the Perl 
code.
If you want to support Perl-less operations then you should add an 
access() check like the Python one.

-- 
ciao,
Marco


More information about the inn-workers mailing list