summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-01-06 15:55:59 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-01-06 15:55:59 -0500
commitca99d6a642f55d0aa2627dd4994056cbd743db2c (patch)
treecb7aca004668be53786b2220aa942b302c5a9d1b /etc/inc/pkg-utils.inc
parent0c78d2d084e20700c704338f896d9da2c7c588fa (diff)
downloadpfsense-ca99d6a642f55d0aa2627dd4994056cbd743db2c.zip
pfsense-ca99d6a642f55d0aa2627dd4994056cbd743db2c.tar.gz
Do not show already installed messages which fill up the textarea too many times
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-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 5e0f281..d7aa27e 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -473,7 +473,7 @@ function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url =
return false;
} else {
//$dependlevel++;
- $static_output .= "\n" . str_repeat(" ", $dependlevel * 2) . $working_depend[1] . " already installed.";
+ //$static_output .= "\n" . str_repeat(" ", $dependlevel * 2) . $working_depend[1] . " already installed.";
pkg_debug($working_depend[1] . "\n");
}
}
OpenPOWER on IntegriCloud