summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-05-30 22:51:13 +0000
committerColin Smith <colin@pfsense.org>2005-05-30 22:51:13 +0000
commit7f3473592d00fd169d90251da92fdb4c3b807e66 (patch)
tree2f445bb2a8fd4c980380be77dd6d2039e04b5215 /etc
parent3465f09f39aec379b8299928e8229ded91945649 (diff)
downloadpfsense-7f3473592d00fd169d90251da92fdb4c3b807e66.zip
pfsense-7f3473592d00fd169d90251da92fdb4c3b807e66.tar.gz
Set package interface flag.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 337e26b..3d45d12 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -34,6 +34,7 @@
require_once("globals.inc");
/* let the other functions know we're booting */
+ $pkg_interface = 'console';
$g['booting'] = TRUE;
touch("{$g['varrun_path']}/booting");
OpenPOWER on IntegriCloud