From: Peter Müller Date: Mon, 12 Sep 2022 06:08:25 +0000 (+0000) Subject: Core Update 171: Ship and restart OpenVPN X-Git-Tag: v2.27-core171~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e955dbdca3769b755571d6889840e127c0276540;p=ipfire-2.x.git Core Update 171: Ship and restart OpenVPN Signed-off-by: Peter Müller --- 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