diff options
author | Ladislav Michl <Ladislav.Michl@seznam.cz> | 2010-06-25 01:33:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-25 01:33:00 +0200 |
commit | 2b46fd49b14b2ac30e0c767c65ac2b29f6922a45 (patch) | |
tree | 184e89b5922c87c866c7ae02ca4a87a61d0ac384 /archival/Config.src | |
parent | 51fa147c9bab41cc1f7bf5b2e3bbeddf0fdaf5ca (diff) | |
download | busybox-w32-2b46fd49b14b2ac30e0c767c65ac2b29f6922a45.tar.gz busybox-w32-2b46fd49b14b2ac30e0c767c65ac2b29f6922a45.tar.bz2 busybox-w32-2b46fd49b14b2ac30e0c767c65ac2b29f6922a45.zip |
tar: optional support for --to-command
function old new delta
data_extract_to_command - 430 +430
dec2env - 44 +44
tar_main 778 819 +41
str2env - 37 +37
tar_var - 32 +32
xputenv - 22 +22
tar_longopts 257 270 +13
------------------------------------------------------------------------------
(add/remove: 6/0 grow/shrink: 2/0 up/down: 619/0) Total: 619 bytes
Signed-off-by: Ladislav Michl <Ladislav.Michl@seznam.cz>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/Config.src')
-rw-r--r-- | archival/Config.src | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/archival/Config.src b/archival/Config.src index 3dbd3aea1..f64b3347b 100644 --- a/archival/Config.src +++ b/archival/Config.src | |||
@@ -280,6 +280,15 @@ config FEATURE_TAR_LONG_OPTIONS | |||
280 | help | 280 | help |
281 | Enable use of long options, increases size by about 400 Bytes | 281 | Enable use of long options, increases size by about 400 Bytes |
282 | 282 | ||
283 | config FEATURE_TAR_TO_COMMAND | ||
284 | bool "Support for writing to an external program" | ||
285 | default y | ||
286 | depends on TAR && FEATURE_TAR_LONG_OPTIONS | ||
287 | help | ||
288 | If you enable this option you'll be able to instruct tar to send | ||
289 | the contents of each extracted file to the standard input of an | ||
290 | external program. | ||
291 | |||
283 | config FEATURE_TAR_UNAME_GNAME | 292 | config FEATURE_TAR_UNAME_GNAME |
284 | bool "Enable use of user and group names" | 293 | bool "Enable use of user and group names" |
285 | default y | 294 | default y |