diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-10 09:53:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-10 09:53:23 +0000 |
commit | 713121346059feadedf61b0e161173657ade6ea8 (patch) | |
tree | 8c4ceeaf57eb9fd07ee8b19173ef7b023ac2de43 /archival | |
parent | df23302cb5d2c8cdc570b63e084a3f780da6e1f1 (diff) | |
download | busybox-713121346059feadedf61b0e161173657ade6ea8.tar.gz |
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.in | 5 |
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 |