diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-24 02:22:53 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-24 02:22:53 +0000 |
commit | 7df17e7c6d898388712c458e134c9e3354e0bac2 (patch) | |
tree | 1e6572adc62c30e5fb6bc74d04d22cd1672f7879 /etc | |
parent | 47dc94e9575abf162f8225582dd7335114010372 (diff) | |
download | pfsense-7df17e7c6d898388712c458e134c9e3354e0bac2.zip pfsense-7df17e7c6d898388712c458e134c9e3354e0bac2.tar.gz |
remove package name, its already listed on the line
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/pkg-utils.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index c7e9e27..6bbe2cc 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 {$pkgname})"; + $static_output .= " (extracting)"; update_output_window($static_output); exec("/usr/bin/tar --fast-read -O -f {$fetchto} -x +CONTENTS 2>&1", $slaveout); $workingdir = preg_grep("/instmp/", $slaveout); |