From 9eb4ec605ac2e21df10d7ee0de6b970f64ba96d4 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 21 Jun 2005 17:13:37 +0000 Subject: Require pfsense-utils.inc --- etc/rc.bootup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rc.bootup b/etc/rc.bootup index 40a134e..f71e8c9 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -32,6 +32,7 @@ */ require_once("globals.inc"); + require_once("pfsense-utils.inc"); /* let the other functions know we're booting */ $pkg_interface = 'console'; @@ -219,4 +220,4 @@ unlink("{$g['varrun_path']}/booting"); $g['booting'] = FALSE; -?> +?> \ No newline at end of file -- cgit v1.1