From: Michael Tremer Date: Sat, 30 Sep 2017 11:34:37 +0000 (+0100) Subject: core115: Ship update for OpenVPN X-Git-Tag: v2.19-core115~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2d934cf2bbc9409e878b719a6688476ab9b6874;p=people%2Fpmueller%2Fipfire-2.x.git core115: Ship update for OpenVPN Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/115/filelists/openvpn b/config/rootfiles/core/115/filelists/openvpn new file mode 120000 index 0000000000..493f3f7a42 --- /dev/null +++ b/config/rootfiles/core/115/filelists/openvpn @@ -0,0 +1 @@ +../../../common/openvpn \ No newline at end of file diff --git a/config/rootfiles/core/115/update.sh b/config/rootfiles/core/115/update.sh index 31fc09d38a..e0ee121ce7 100644 --- a/config/rootfiles/core/115/update.sh +++ b/config/rootfiles/core/115/update.sh @@ -32,6 +32,8 @@ for (( i=1; i<=$core; i++ )); do done # Stop services +openvpnctrl -k +openvpnctrl -kn2n # Extract files extract_files @@ -43,6 +45,8 @@ ldconfig #/usr/local/bin/update-lang-cache # Start services +openvpnctrl -s +openvpnctrl -sn2n # This update need a reboot...