From: Michael Tremer Date: Wed, 30 Sep 2020 10:01:37 +0000 (+0000) Subject: core151: Ship OpenSSH X-Git-Tag: v2.25-core151~8^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54f0daca3fbd8109215e8c9db3e79e37c9dd4f1c;p=ipfire-2.x.git core151: Ship OpenSSH Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/151/filelists/openssh b/config/rootfiles/core/151/filelists/openssh new file mode 120000 index 0000000000..d8c77fd8e7 --- /dev/null +++ b/config/rootfiles/core/151/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/151/update.sh b/config/rootfiles/core/151/update.sh index bf151ef483..69e34ae815 100644 --- a/config/rootfiles/core/151/update.sh +++ b/config/rootfiles/core/151/update.sh @@ -51,6 +51,7 @@ ldconfig /usr/local/bin/filesystem-cleanup # Start services +/etc/init.d/sshd restart if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec start fi