From 0d44aca64623da5a3eeef0619704a10b3cfda7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20LU=C3=87I?= Date: Sun, 7 Jun 2015 23:34:59 +0200 Subject: Ticket #4442 Do not process URL aliases during bootup but trigger it just after finished booting. This completely solves the bootup delays without lowering the timeout as before. Probably need to increase a bit the timeouts now to be friendly to other connections --- etc/rc.bootup | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index ae1f8f6..171f4b3 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -448,9 +448,7 @@ unset($g['booting']); if ($ipsec_dynamic_hosts) { vpn_ipsec_configure(); } -if ($ipsec_dynamic_hosts || !empty($filterdns)) { - filter_configure(); -} +filter_configure(); led_normalize(); -- cgit v1.1