]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Core Update 171: Ship and restart OpenVPN
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 12 Sep 2022 06:08:25 +0000 (06:08 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 12 Sep 2022 06:08:25 +0000 (06:08 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/171/filelists/openvpn [new symlink]
config/rootfiles/core/171/update.sh

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