From a744b4cf602bbb10ea23bf14aaad850cadb4f263 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 29 Aug 2023 09:53:03 +0000 Subject: [PATCH] core180: Ship OpenSSH Signed-off-by: Michael Tremer --- config/rootfiles/core/180/filelists/openssh | 1 + config/rootfiles/core/180/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/180/filelists/openssh diff --git a/config/rootfiles/core/180/filelists/openssh b/config/rootfiles/core/180/filelists/openssh new file mode 120000 index 0000000000..d8c77fd8e7 --- /dev/null +++ b/config/rootfiles/core/180/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/180/update.sh b/config/rootfiles/core/180/update.sh index 6574bf9752..8a9d3bfd2b 100644 --- a/config/rootfiles/core/180/update.sh +++ b/config/rootfiles/core/180/update.sh @@ -49,6 +49,7 @@ ldconfig # Start services telinit u +/etc/rc.d/init.d/sshd restart /etc/rc.d/init.d/vnstat restart # This update needs a reboot... -- 2.39.5