From 894d01b6f439cb0aa4d45b94da1c412cf83576e0 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 10 Jun 2015 20:14:28 -0400 Subject: Revert "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" This reverts commit 0d44aca64623da5a3eeef0619704a10b3cfda7a5. --- etc/rc.bootup | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 1238b7a..d2f0b82 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -445,7 +445,9 @@ unset($g['booting']); if ($ipsec_dynamic_hosts) { vpn_ipsec_configure(); } -filter_configure(); +if ($ipsec_dynamic_hosts || !empty($filterdns)) { + filter_configure(); +} led_normalize(); -- cgit v1.1