diff --git a/config/rootfiles/core/171/filelists/openvpn b/config/rootfiles/core/171/filelists/openvpn new file mode 120000 index 000000000..493f3f7a4 --- /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 04d7943ad..d21afd072 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