[PATCH] tar: correctly determine if all files where found when using -T

2013-09-23 Thread Tobias Waldekranz
this by introducing find_list_entry_pattern which does the inverse mapping. Signed-off-by: Tobias Waldekranz tob...@waldekranz.com --- archival/libarchive/find_list_entry.c | 12 archival/tar.c| 4 ++-- include/bb_archive.h | 1 + 3 files changed, 15

[PATCH] dpkg: copy old control file during --configure

2013-09-18 Thread Tobias Waldekranz
is found in the deb_file_t struct. Signed-off-by: Tobias Waldekranz tob...@waldekranz.com --- archival/dpkg.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/archival/dpkg.c b/archival/dpkg.c index ed86f33..1b7cc6d 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c