Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-10 12:53:23 +0300
committerEric Andersen <andersen@codepoet.org>2001-11-10 12:53:23 +0300
commit713121346059feadedf61b0e161173657ade6ea8 (patch)
tree8c4ceeaf57eb9fd07ee8b19173ef7b023ac2de43 /archival
parentdf23302cb5d2c8cdc570b63e084a3f780da6e1f1 (diff)
config.in features patch from Giulio Orsero <giulioo@pobox.com>
with some minor edits from me
Diffstat (limited to 'archival')
-rw-r--r--archival/config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/archival/config.in b/archival/config.in
index c21f921cb..76a192e13 100644
--- a/archival/config.in
+++ b/archival/config.in
@@ -16,7 +16,8 @@ bool 'gzip' CONFIG_GZIP
bool 'rpm2cpio' CONFIG_RPM2CPIO
bool 'tar' CONFIG_TAR
if [ "$CONFIG_TAR" = "y" ] ; then
- bool ' creation support' CONFIG_FEATURE_TAR_CREATE
- bool ' exclude support' CONFIG_FEATURE_TAR_EXCLUDE
+ bool ' Enable archive creation' CONFIG_FEATURE_TAR_CREATE
+ bool ' Enable -X and --exclude options (exclude files)' CONFIG_FEATURE_TAR_EXCLUDE
+ bool ' Enable -z option (currently only for extracting)' CONFIG_FEATURE_TAR_GZIP
fi
endmenu