public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 29e59d8c3ecbea5b1f4ebc2bd76384d40e903262
@ 2021-07-01 11:13 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2021-07-01 11:13 UTC (permalink / raw)
  To: ipfire-scm

[-- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-01 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01 11:13 [git.ipfire.org] IPFire 2.x development tree branch, master, updated. 29e59d8c3ecbea5b1f4ebc2bd76384d40e903262 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox