diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-22 18:57:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-22 18:57:10 +0000 |
commit | 5c76bd722b3575b4488c688aa621f887e5ad20c5 (patch) | |
tree | 1cd44db3dd3786e3790d6c0ccd065b9aea787531 /etc/rc.start_packages | |
parent | a29beb23cdda54838e965e672043d984e9cf13ad (diff) | |
download | pfsense-5c76bd722b3575b4488c688aa621f887e5ad20c5.zip pfsense-5c76bd722b3575b4488c688aa621f887e5ad20c5.tar.gz |
Set package output mode to console
Diffstat (limited to 'etc/rc.start_packages')
-rwxr-xr-x | etc/rc.start_packages | 1 |
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... " |