From a1af7426b6ce37b50a2262e9d7749b8c5ad6b14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Fri, 29 Jan 2010 13:31:42 +0000 Subject: Ticket #321. Include captiveportal.inc it is needed so that rc.reload_all finishes to the end. --- etc/rc.reload_all | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc.reload_all') diff --git a/etc/rc.reload_all b/etc/rc.reload_all index a60f3f5..fed04a9 100755 --- a/etc/rc.reload_all +++ b/etc/rc.reload_all @@ -35,6 +35,7 @@ require_once("filter.inc"); require_once("shaper.inc"); require_once("ipsec.inc"); require_once("vpn.inc"); +require_once("captiveportal.inc"); log_error("rc.reload_all: Reloading all configuration settings."); reload_all_sync(); -- cgit v1.1