diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archival/Config.in b/archival/Config.in index 619cd1bd5..60c3ed2d5 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -29,7 +29,7 @@ config AR | |||
29 | probably say N here. | 29 | probably say N here. |
30 | 30 | ||
31 | config FEATURE_AR_LONG_FILENAMES | 31 | config FEATURE_AR_LONG_FILENAMES |
32 | bool "Enable support for long filenames (not need for debs)" | 32 | bool "Support for long filenames (not need for debs)" |
33 | default n | 33 | default n |
34 | depends on AR | 34 | depends on AR |
35 | help | 35 | help |
@@ -99,7 +99,7 @@ config DPKG_DEB | |||
99 | probably say N here. | 99 | probably say N here. |
100 | 100 | ||
101 | config FEATURE_DPKG_DEB_EXTRACT_ONLY | 101 | config FEATURE_DPKG_DEB_EXTRACT_ONLY |
102 | bool "extract only (-x)" | 102 | bool "Extract only (-x)" |
103 | default n | 103 | default n |
104 | depends on DPKG_DEB | 104 | depends on DPKG_DEB |
105 | help | 105 | help |
@@ -215,7 +215,7 @@ config FEATURE_TAR_FROM | |||
215 | a list of files to include or exclude from an archive. | 215 | a list of files to include or exclude from an archive. |
216 | 216 | ||
217 | config FEATURE_TAR_OLDGNU_COMPATIBILITY | 217 | config FEATURE_TAR_OLDGNU_COMPATIBILITY |
218 | bool "Enable support for old tar header format" | 218 | bool "Support for old tar header format" |
219 | default N | 219 | default N |
220 | depends on TAR | 220 | depends on TAR |
221 | help | 221 | help |
@@ -233,7 +233,7 @@ config FEATURE_TAR_OLDSUN_COMPATIBILITY | |||
233 | It is said to be fixed in newer Sun tar, but "old" tarballs still exist. | 233 | It is said to be fixed in newer Sun tar, but "old" tarballs still exist. |
234 | 234 | ||
235 | config FEATURE_TAR_GNU_EXTENSIONS | 235 | config FEATURE_TAR_GNU_EXTENSIONS |
236 | bool "Enable support for some GNU tar extensions" | 236 | bool "Support for GNU tar extensions (long filenames)" |
237 | default y | 237 | default y |
238 | depends on TAR | 238 | depends on TAR |
239 | help | 239 | help |