From fa5bf66fc5a604c7b3ed64277d262cb6c2f4c8f2 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 19 Mar 2013 16:21:24 +0000 Subject: [PATCH] Relax after bootup enforcement since its not needed anymore --- etc/rc.newwanipv6 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/rc.newwanipv6 b/etc/rc.newwanipv6 index 785944e014..0f30668eb0 100755 --- a/etc/rc.newwanipv6 +++ b/etc/rc.newwanipv6 @@ -44,10 +44,6 @@ require_once("IPv6.inc"); require_once("services.inc"); require_once("rrd.inc"); -// Do not process while booting -if($g['booting']) - exit; - function restart_packages() { global $oldipv6, $curwanipv6, $g;