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, next has been updated via edb856c4af5dd4db50f0a10db4807d99e91e03d4 (commit) via 4c19c5b6eccdcb6c6eb21184b0b6b6e98b965ebe (commit) from 409b263f9f5136ebc5a368142b752205c34f5de9 (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 edb856c4af5dd4db50f0a10db4807d99e91e03d4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Oct 28 19:24:08 2021 +0200
core161: restart firewall to update IPSec nat exclude rule
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 4c19c5b6eccdcb6c6eb21184b0b6b6e98b965ebe Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Oct 28 19:23:00 2021 +0200
core161: qosctrl need full path to start
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/161/update.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/161/update.sh b/config/rootfiles/core/161/update.sh index db0dc1e98..0e4cdeff9 100644 --- a/config/rootfiles/core/161/update.sh +++ b/config/rootfiles/core/161/update.sh @@ -120,6 +120,7 @@ ldconfig /usr/local/bin/filesystem-cleanup
# Start services +/etc/init.d/firewall restart if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec start fi @@ -129,9 +130,9 @@ rm -rf \ /usr/lib/pppd/2.4.8/
# Generate new qos.sh -qosctrl stop -qosctrl generate -qosctrl start +/usr/lical/bin/qosctrl stop +/usr/lical/bin/qosctrl generate +/usr/lical/bin/qosctrl start
# remove lm_sensor config after collectd was started # to reserch sensors at next boot with updated kernel
hooks/post-receive -- IPFire 2.x development tree