summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@pfSense.org>2014-01-24 17:33:06 -0800
committerRenato Botelho <garga@pfSense.org>2014-01-24 17:33:06 -0800
commitc241a3e89d8fd08b70c20180342582f849639385 (patch)
tree6568e961b1ae045e8fbf54cf91e4aa151856ea92
parent2ec95f1ffb9231674f3619a641c1005b9ee55853 (diff)
parent206c15cc918c05ba4ffc7d1c4e04b4749e1a58ea (diff)
downloadpfsense-c241a3e89d8fd08b70c20180342582f849639385.zip
pfsense-c241a3e89d8fd08b70c20180342582f849639385.tar.gz
Merge pull request #888 from PiBa-NL/pkg-utils-append-log
pkg-utils do not clear first part of installation log.
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 1a6beaf..5de21a8 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -821,7 +821,7 @@ function install_package_xml($pkg) {
*/
$missing_include = false;
if($pkg_config['include_file'] <> "") {
- $static_output = gettext("Loading package instructions...") . "\n";
+ $static_output .= gettext("Loading package instructions...") . "\n";
update_output_window($static_output);
pkg_debug("require_once('{$pkg_config['include_file']}')\n");
if (file_exists($pkg_config['include_file']))
OpenPOWER on IntegriCloud