summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-24 02:22:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-24 02:22:36 +0000
commit47dc94e9575abf162f8225582dd7335114010372 (patch)
tree8ec0044a28e001ef84b7a478424ef71a42e96bf6 /etc/inc/pkg-utils.inc
parentbcef448185aafaa7fd371fadba19006f23b62e69 (diff)
downloadpfsense-47dc94e9575abf162f8225582dd7335114010372.zip
pfsense-47dc94e9575abf162f8225582dd7335114010372.tar.gz
Simplify message
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 796bbdc..c7e9e27 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -272,7 +272,7 @@ function pkg_fetch_recursive($pkgname, $filename, $dependlevel = 0, $base_url =
$static_output .= "\n" . str_repeat(" ", $dependlevel * 2) . $pkgname . " ";
$fetchto = "/tmp/apkg_" . $pkgname . $pkg_extension;
download_file_with_progress_bar($base_url . '/' . $filename, $fetchto);
- $static_output .= "Extracting and checking {$pkgname} {$pkg_extension} ... ";
+ $static_output .= " (extracting {$pkgname})";
update_output_window($static_output);
exec("/usr/bin/tar --fast-read -O -f {$fetchto} -x +CONTENTS 2>&1", $slaveout);
$workingdir = preg_grep("/instmp/", $slaveout);
OpenPOWER on IntegriCloud