From 9f2f2ed20f1d6afa726d11eae045df9518fc1d23 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 16 Dec 2007 03:53:35 +0000 Subject: globals.inc is required so that we use the correct lock file! --- etc/rc.prunecaptiveportal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rc.prunecaptiveportal b/etc/rc.prunecaptiveportal index 0d20f3d..691aea2 100755 --- a/etc/rc.prunecaptiveportal +++ b/etc/rc.prunecaptiveportal @@ -31,8 +31,9 @@ */ /* parse the configuration and include all functions used below */ - require_once("config.inc"); require_once("functions.inc"); + require_once("globals.inc"); + require_once("config.inc"); captiveportal_prune_old(); ?> -- cgit v1.1