This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 29e59d8c3ecbea5b1f4ebc2bd76384d40e903262 (commit) via 17f0494bf28d4d607b15fa5d562a14ead495e7ea (commit) from 0a48e5694bfbd0377442ede7499ec5f7535c3012 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 29e59d8c3ecbea5b1f4ebc2bd76384d40e903262 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jul 1 10:10:17 2021 +0000
core158: Fully terminate apache before restarting it
Asking apache to restart itself fails when the binary is changed and some symbols cannot be resolved. We therefore terminate all processes and start them again.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 17f0494bf28d4d607b15fa5d562a14ead495e7ea Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Jul 1 10:09:40 2021 +0000
core158: Fix name of vnstat initscript
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/158/update.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/158/update.sh b/config/rootfiles/core/158/update.sh index de0e0bbe9..a34c01bcc 100644 --- a/config/rootfiles/core/158/update.sh +++ b/config/rootfiles/core/158/update.sh @@ -74,10 +74,13 @@ ldconfig /usr/local/bin/filesystem-cleanup
# Start services -/etc/init.d/apache restart -/etc/init.d/vnstatd restart +/etc/init.d/vnstat restart /etc/init.d/rngd restart
+# Restart apache +/etc/init.d/apache stop +/etc/init.d/apache start + # This update needs a reboot... #touch /var/run/need_reboot
hooks/post-receive -- IPFire 2.x development tree