From e955dbdca3769b755571d6889840e127c0276540 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Mon, 12 Sep 2022 06:08:25 +0000 Subject: [PATCH] Core Update 171: Ship and restart OpenVPN MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/171/filelists/openvpn | 1 + config/rootfiles/core/171/update.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/171/filelists/openvpn diff --git a/config/rootfiles/core/171/filelists/openvpn b/config/rootfiles/core/171/filelists/openvpn new file mode 120000 index 0000000000..493f3f7a42 --- /dev/null +++ b/config/rootfiles/core/171/filelists/openvpn @@ -0,0 +1 @@ +../../../common/openvpn \ No newline at end of file diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index 04d7943ad2..d21afd0726 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -33,6 +33,7 @@ done # Stop services /etc/rc.d/init.d/squid stop +/etc/rc.d/init.d/openvpn stop # Remove files rm -rvf \ @@ -63,6 +64,7 @@ ldconfig # Start services /etc/init.d/squid start +/etc/init.d/openvpn start # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5