summaryrefslogtreecommitdiffstats
path: root/etc/rc.start_packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-22 18:57:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-22 18:57:10 +0000
commit5c76bd722b3575b4488c688aa621f887e5ad20c5 (patch)
tree1cd44db3dd3786e3790d6c0ccd065b9aea787531 /etc/rc.start_packages
parenta29beb23cdda54838e965e672043d984e9cf13ad (diff)
downloadpfsense-5c76bd722b3575b4488c688aa621f887e5ad20c5.zip
pfsense-5c76bd722b3575b4488c688aa621f887e5ad20c5.tar.gz
Set package output mode to console
Diffstat (limited to 'etc/rc.start_packages')
-rwxr-xr-xetc/rc.start_packages1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.start_packages b/etc/rc.start_packages
index e779065..eee558f 100755
--- a/etc/rc.start_packages
+++ b/etc/rc.start_packages
@@ -6,6 +6,7 @@ PLATFORM=`cat /etc/platform`
if [ ! "$PLATFORM" = "cdrom" ]; then
echo "Syncing packages..."
+ $pkg_interface = "console";
/etc/rc.packages 2>/dev/null
echo "Executing rc.d items... "
OpenPOWER on IntegriCloud