diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-05 02:44:30 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-05 02:44:30 +0000 |
commit | 1af00eda92e9a036ff217b11ff45ebe559de66f9 (patch) | |
tree | 67472bb3e4eddce347cfe7fa753c24f07faa5c4a /archival/Config.in | |
parent | 1a95e3960ca7dde16bda26ec9dad986199bae3c3 (diff) | |
download | busybox-w32-1af00eda92e9a036ff217b11ff45ebe559de66f9.tar.gz busybox-w32-1af00eda92e9a036ff217b11ff45ebe559de66f9.tar.bz2 busybox-w32-1af00eda92e9a036ff217b11ff45ebe559de66f9.zip |
cpio: fix a bug where we do not extract zero-sized hardlinks
(spotted at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771).
Add testsuite entry for that, and another one for another bug:
we do not list hardlinks in cpio -t (not fixed).
function old new delta
get_header_cpio 884 909 +25
static.saved_hardlinks_created - 4 +4
static.pending_hardlinks 4 - -4
static.inode 4 - -4
cpio_main 1122 1060 -62
Diffstat (limited to 'archival/Config.in')
-rw-r--r-- | archival/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/archival/Config.in b/archival/Config.in index 28450612e..35ac40bb7 100644 --- a/archival/Config.in +++ b/archival/Config.in | |||
@@ -307,13 +307,6 @@ config UNZIP | |||
307 | comment "Common options for cpio and tar" | 307 | comment "Common options for cpio and tar" |
308 | depends on CPIO || TAR | 308 | depends on CPIO || TAR |
309 | 309 | ||
310 | config FEATURE_UNARCHIVE_TAPE | ||
311 | bool "Enable tape drive support" | ||
312 | default n | ||
313 | depends on CPIO || TAR | ||
314 | help | ||
315 | I don't think this is needed anymore. | ||
316 | |||
317 | comment "Common options for dpkg and dpkg_deb" | 310 | comment "Common options for dpkg and dpkg_deb" |
318 | depends on DPKG || DPKG_DEB | 311 | depends on DPKG || DPKG_DEB |
319 | 312 | ||