summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-21 17:13:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-21 17:13:37 +0000
commit9eb4ec605ac2e21df10d7ee0de6b970f64ba96d4 (patch)
tree5469327bdb24475c01dcdd8010e47f15ce5253b4 /etc/rc.bootup
parentcc5ae6bcb3d1a9e87923d3e25157a0c748c764b3 (diff)
downloadpfsense-9eb4ec605ac2e21df10d7ee0de6b970f64ba96d4.zip
pfsense-9eb4ec605ac2e21df10d7ee0de6b970f64ba96d4.tar.gz
Require pfsense-utils.inc
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud