aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 03:20:17 +0100
commitb097a84d62dcfcf201a695b54bcfafae70cac8a6 (patch)
treec3b559a0fd4c430a92c7e1df3d6a776c894de3f0 /archival
parent10bde14292b3f0abbbf56aaaec16f391f12c0e64 (diff)
downloadbusybox-b097a84d62dcfcf201a695b54bcfafae70cac8a6.tar.gz
config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r--archival/bbunzip.c12
-rw-r--r--archival/bzip2.c2
-rw-r--r--archival/cpio.c2
-rw-r--r--archival/dpkg.c2
-rw-r--r--archival/gzip.c2
-rw-r--r--archival/lzop.c2
-rw-r--r--archival/rpm.c4
-rw-r--r--archival/tar.c2
-rw-r--r--archival/unzip.c2
9 files changed, 15 insertions, 15 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c
index a2ce0a13c..93f30d324 100644
--- a/archival/bbunzip.c
+++ b/archival/bbunzip.c
@@ -299,7 +299,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config GUNZIP
-//config: bool "gunzip (12 kb)"
+//config: bool "gunzip (11 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
@@ -308,7 +308,7 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv)
//config: an archive, without decompressing it.
//config:
//config:config ZCAT
-//config: bool "zcat (25 kb)"
+//config: bool "zcat (24 kb)"
//config: default y
//config: select FEATURE_GZIP_DECOMPRESS
//config: help
@@ -413,7 +413,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config BUNZIP2
-//config: bool "bunzip2 (8.8 kb)"
+//config: bool "bunzip2 (8.7 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
@@ -427,7 +427,7 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv)
//config: should probably say N here.
//config:
//config:config BZCAT
-//config: bool "bzcat (8.8 kb)"
+//config: bool "bzcat (8.7 kb)"
//config: default y
//config: select FEATURE_BZIP2_DECOMPRESS
//config: help
@@ -481,7 +481,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//usage: "Decompress to stdout"
//config:config UNLZMA
-//config: bool "unlzma (8.6 kb)"
+//config: bool "unlzma (7.5 kb)"
//config: default y
//config: help
//config: unlzma is a compression utility using the Lempel-Ziv-Markov chain
@@ -490,7 +490,7 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv)
//config: compressors.
//config:
//config:config LZCAT
-//config: bool "lzcat (8.5 kb)"
+//config: bool "lzcat (7.5 kb)"
//config: default y
//config: help
//config: Alias to "unlzma -c".
diff --git a/archival/bzip2.c b/archival/bzip2.c
index 357891ca3..38cc0219a 100644
--- a/archival/bzip2.c
+++ b/archival/bzip2.c
@@ -7,7 +7,7 @@
* about bzip2 library code.
*/
//config:config BZIP2
-//config: bool "bzip2 (18 kb)"
+//config: bool "bzip2 (16 kb)"
//config: default y
//config: help
//config: bzip2 is a compression utility using the Burrows-Wheeler block
diff --git a/archival/cpio.c b/archival/cpio.c
index 9cacf9de6..0f37ffbb9 100644
--- a/archival/cpio.c
+++ b/archival/cpio.c
@@ -11,7 +11,7 @@
* Only supports new ASCII and CRC formats
*/
//config:config CPIO
-//config: bool "cpio (14 kb)"
+//config: bool "cpio (15 kb)"
//config: default y
//config: help
//config: cpio is an archival utility program used to create, modify, and
diff --git a/archival/dpkg.c b/archival/dpkg.c
index 58bc4dba3..ddb5daf09 100644
--- a/archival/dpkg.c
+++ b/archival/dpkg.c
@@ -26,7 +26,7 @@
* - (unknown, please let me know when you find any)
*/
//config:config DPKG
-//config: bool "dpkg (44 kb)"
+//config: bool "dpkg (43 kb)"
//config: default y
//config: select FEATURE_SEAMLESS_GZ
//config: help
diff --git a/archival/gzip.c b/archival/gzip.c
index 74d5d685f..12c1df242 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -22,7 +22,7 @@ gzip: bogus: No such file or directory
aa: 85.1% -- replaced with aa.gz
*/
//config:config GZIP
-//config: bool "gzip (19 kb)"
+//config: bool "gzip (17 kb)"
//config: default y
//config: help
//config: gzip is used to compress files.
diff --git a/archival/lzop.c b/archival/lzop.c
index 8f604254c..585632c4e 100644
--- a/archival/lzop.c
+++ b/archival/lzop.c
@@ -25,7 +25,7 @@
"Minimalized" for busybox by Alain Knaff
*/
//config:config LZOP
-//config: bool "lzop (13 kb)"
+//config: bool "lzop (12 kb)"
//config: default y
//config: help
//config: Lzop compression/decompresion.
diff --git a/archival/rpm.c b/archival/rpm.c
index 790eeb59d..95b2531e8 100644
--- a/archival/rpm.c
+++ b/archival/rpm.c
@@ -7,7 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RPM
-//config: bool "rpm (33 kb)"
+//config: bool "rpm (32 kb)"
//config: default y
//config: help
//config: Mini RPM applet - queries and extracts RPM packages.
@@ -499,7 +499,7 @@ int rpm_main(int argc, char **argv)
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config RPM2CPIO
-//config: bool "rpm2cpio (20 kb)"
+//config: bool "rpm2cpio (21 kb)"
//config: default y
//config: help
//config: Converts a RPM file into a CPIO archive.
diff --git a/archival/tar.c b/archival/tar.c
index 6950c271d..3ef89fb0a 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -23,7 +23,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
//config:config TAR
-//config: bool "tar (40 kb)"
+//config: bool "tar (39 kb)"
//config: default y
//config: help
//config: tar is an archiving program. It's commonly used with gzip to
diff --git a/archival/unzip.c b/archival/unzip.c
index c406d53c4..466794031 100644
--- a/archival/unzip.c
+++ b/archival/unzip.c
@@ -17,7 +17,7 @@
* Zip64 + other methods
*/
//config:config UNZIP
-//config: bool "unzip (24 kb)"
+//config: bool "unzip (26 kb)"
//config: default y
//config: help
//config: unzip will list or extract files from a ZIP archive,