Back out changes to try and fix OpenVPN. We really need to fix check_reload_status

This commit is contained in:
Scott Ullrich 2006-12-05 01:39:43 +00:00
parent d9978237cf
commit c4b966b71b

View File

@ -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]);