Re: git: 074939ea0793 - main - security/i2pd: Update to 2.40.0

From: Eugene Grosbein <eugen_at_grosbein.net>
Date: Mon, 13 Dec 2021 19:47:37 UTC
14.12.2021 0:54, Dries Michiels wrote:

>  post-install:
>  	${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
>  	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
> -	${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf
> +	${INSTALL_DATA} ${WRKDIR}/i2pd.newsyslog.conf ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/i2pd.conf.sample

This presents a regression for users upgrading from previous versions that did not change newsyslog.conf.d/i2pd.conf
and relied on defaults for log rotation. Now they end up without rotation unless catch up with the change, don't they?

What is a benefit of NOT installing rotation by default?