On Fri, 9 Jul 2021, Yadd wrote:
> Apache2 is RFH for years, feel free to contribute
OK, thanks for the maintainer approval. Accordingly, I have
just uploaded the attached debdiff. I chose to direct the
output to syslog instead of the bitbucket so it is not lost
if someone indeed needs it so it isn’t a regression.
bye,
//mirabilos
--
Infrastrukturexperte • tarent solutions GmbH
Am Dickobskreuz 10, D-53121 Bonn • http://www.tarent.de/
Telephon +49 228 54881-393 • Fax: +49 228 54881-235
HRB AG Bonn 5168 • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg
*************************************************
Mit dem tarent-Newsletter nichts mehr verpassen: www.tarent.de/newsletter
*************************************************
diff -Nru apache2-2.4.48/debian/apache2.logrotate
apache2-2.4.48/debian/apache2.logrotate
--- apache2-2.4.48/debian/apache2.logrotate 2021-06-20 13:55:24.000000000
+0200
+++ apache2-2.4.48/debian/apache2.logrotate 2021-07-10 23:31:24.000000000
+0200
@@ -14,7 +14,7 @@
endscript
postrotate
if pgrep -f ^/usr/sbin/apache2 > /dev/null; then
- invoke-rc.d apache2 reload
+ invoke-rc.d apache2 reload 2>&1 | logger -t apache2.logrotate
fi
endscript
}
diff -Nru apache2-2.4.48/debian/changelog apache2-2.4.48/debian/changelog
--- apache2-2.4.48/debian/changelog 2021-06-20 16:39:33.000000000 +0200
+++ apache2-2.4.48/debian/changelog 2021-07-10 23:31:28.000000000 +0200
@@ -1,3 +1,11 @@
+apache2 (2.4.48-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Direct init script reload output from logrotate to syslog, to
+ avoid mail-spamming the local admin (Closes: #990580)
+
+ -- Thorsten Glaser <t...@mirbsd.de> Sat, 10 Jul 2021 23:31:28 +0200
+
apache2 (2.4.48-3) unstable; urgency=medium
* Fix debian/changelog