From c4b966b71b96d2cd400da44aa243bcfa3eba2167 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 5 Dec 2006 01:39:43 +0000 Subject: [PATCH] Back out changes to try and fix OpenVPN. We really need to fix check_reload_status --- etc/rc.newwanip | 7 ------- 1 file changed, 7 deletions(-) diff --git a/etc/rc.newwanip b/etc/rc.newwanip index 3e58d85212..46b4a41427 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -38,13 +38,6 @@ require_once("functions.inc"); log_error("Informational: rc.newwanip is starting."); -/* hack! xxx: needs to be fixed. check_reload_status is inheriting - * socket descriptors from openvpn, etc. - */ -system("/usr/bin/killall -9 check_reload_status"); -sleep(1); -system("/usr/local/sbin/check_reload_status"); - /* WAN IP address has changed */ $argument = str_replace("\n", "", $argv[1]);