summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-28 01:46:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-28 01:46:06 +0000
commit7916216b6eef4e54e1fb1c6bd637804a482c17b7 (patch)
tree4cf02bd69301f5551df9a20ba2d8be8c30f610de /etc/rc.newwanip
parent644ea01b4b45358fa966bab6dab9b729784c9e36 (diff)
downloadpfsense-7916216b6eef4e54e1fb1c6bd637804a482c17b7.zip
pfsense-7916216b6eef4e54e1fb1c6bd637804a482c17b7.tar.gz
Do not wait on boot sleep holds
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 7f35727..f494e72 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -35,11 +35,6 @@
/* WAN IP address has changed */
- /* make sure to wait until the boot scripts have finished */
- while (file_exists("{$g['varrun_path']}/booting")) {
- sleep(1);
- }
-
$curwanip = get_current_wan_address();
/* dhclient or MPD told us that the IP address has changed;
OpenPOWER on IntegriCloud