From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 29e59d8c3ecbea5b1f4ebc2bd76384d40e903262
Date: Thu, 01 Jul 2021 11:13:23 +0000 [thread overview]
Message-ID: <4GFwYv5Ybdz2xKm@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2206 bytes --]
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(a)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(a)ipfire.org>
commit 17f0494bf28d4d607b15fa5d562a14ead495e7ea
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Thu Jul 1 10:09:40 2021 +0000
core158: Fix name of vnstat initscript
Signed-off-by: Michael Tremer <michael.tremer(a)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
reply other threads:[~2021-07-01 11:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4GFwYv5Ybdz2xKm@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox