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 0b1f09d581cb93f316e00f5983c27275ab681ff1 (commit) from 9db0d4db5f3a973f4ac73f71e3bee38f450f33c6 (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 0b1f09d581cb93f316e00f5983c27275ab681ff1 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Thu Mar 26 18:26:07 2020 +0000
core143: update local openssh config
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/143/update.sh | 3 +++ 1 file changed, 3 insertions(+)
Difference in files: diff --git a/config/rootfiles/core/143/update.sh b/config/rootfiles/core/143/update.sh index 90d3f72fc..cb7f57914 100644 --- a/config/rootfiles/core/143/update.sh +++ b/config/rootfiles/core/143/update.sh @@ -65,6 +65,9 @@ rm -f /var/log/vnstat/tag # restart init after glibc replace telinit u
+# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # remove dropped packages for package in bluetooth; do if [ -e /opt/pakfire/db/installed/meta-$package ]; then
hooks/post-receive -- IPFire 2.x development tree