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, core128 has been updated via 42e48984ad94fba114cde99a31efde63f2f42101 (commit) from c09758302b419c13246f41b9b0be9dfe1e0b1d14 (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 42e48984ad94fba114cde99a31efde63f2f42101 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Feb 24 10:55:49 2019 +0100
core128: apply local sshd config
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/128/update.sh | 3 +++ 1 file changed, 3 insertions(+)
Difference in files: diff --git a/config/rootfiles/core/128/update.sh b/config/rootfiles/core/128/update.sh index 9c9486e41..b6366144b 100644 --- a/config/rootfiles/core/128/update.sh +++ b/config/rootfiles/core/128/update.sh @@ -104,6 +104,9 @@ ldconfig # Reload sysctl.conf sysctl -p
+# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec restart
hooks/post-receive -- IPFire 2.x development tree