]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/171/update.sh
Core Update 171: Ship and restart OpenVPN
[ipfire-2.x.git] / config / rootfiles / core / 171 / update.sh
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