From 397afb3e05c2ece1bf5149c820fd6cc822e443b9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 2 Apr 2006 23:20:35 +0000 Subject: [PATCH] Temporarily turn off OpenVPN since Call to undefined function: openvpn_resync_all() Pointy-hat-to: FernandoTCL --- etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.bootup b/etc/rc.bootup index 81bc771fcc..460254ce7c 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -194,7 +194,7 @@ } /* start OpenVPN server & clients */ - openvpn_resync_all(); + //openvpn_resync_all(); /* set up static routes */ system_routing_configure();