diff --git a/config/rootfiles/core/147/filelists/openssh b/config/rootfiles/core/147/filelists/openssh new file mode 120000 index 000000000..d8c77fd8e --- /dev/null +++ b/config/rootfiles/core/147/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/147/update.sh b/config/rootfiles/core/147/update.sh index 8d8c04048..37590f73a 100644 --- a/config/rootfiles/core/147/update.sh +++ b/config/rootfiles/core/147/update.sh @@ -44,6 +44,9 @@ extract_files # update linker config ldconfig +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Update Language cache /usr/local/bin/update-lang-cache @@ -52,6 +55,7 @@ ldconfig # Start services /etc/init.d/squid start +/etc/init.d/sshd restart # This update needs a reboot... touch /var/run/need_reboot