From 3a4b01476620d33b6d6200849231398f82e593c7 Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 22 Nov 2012 16:43:47 +0000 Subject: Resolves #2529. Load the ipfw module before any commands are executed on CP. Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4) --- etc/rc.bootup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 48fe740..b8bf0e3 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -440,4 +440,4 @@ led_normalize(); conf_mount_ro(); -?> \ No newline at end of file +?> -- cgit v1.1