]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core115: Ship update for OpenVPN
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Sep 2017 11:34:37 +0000 (12:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Sep 2017 11:34:37 +0000 (12:34 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/115/filelists/openvpn [new symlink]
config/rootfiles/core/115/update.sh

diff --git a/config/rootfiles/core/115/filelists/openvpn b/config/rootfiles/core/115/filelists/openvpn
new file mode 120000 (symlink)
index 0000000..493f3f7
--- /dev/null
@@ -0,0 +1 @@
+../../../common/openvpn
\ No newline at end of file
index 31fc09d38a0ace509eac0bf93a249e7852661339..e0ee121ce7a34141fa2d25cf392def98783a9c84 100644 (file)
@@ -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...