From 7916216b6eef4e54e1fb1c6bd637804a482c17b7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 28 Aug 2005 01:46:06 +0000 Subject: Do not wait on boot sleep holds --- etc/rc.newwanip | 5 ----- 1 file changed, 5 deletions(-) (limited to 'etc/rc.newwanip') 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; -- cgit v1.1