summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-05 01:39:43 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-05 01:39:43 +0000
commitc4b966b71b96d2cd400da44aa243bcfa3eba2167 (patch)
tree536963a076b754150606f18ba96e92bc9a74af0b /etc/rc.newwanip
parentd9978237cfb283f0ea64897a1f592327ad81a645 (diff)
downloadpfsense-c4b966b71b96d2cd400da44aa243bcfa3eba2167.zip
pfsense-c4b966b71b96d2cd400da44aa243bcfa3eba2167.tar.gz
Back out changes to try and fix OpenVPN. We really need to fix check_reload_status
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 3e58d85..46b4a41 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]);
OpenPOWER on IntegriCloud