K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-09-09T06:00:16.000000Z K 7 svn:log V 423 In the --fast-read mode send SIGTERM to decompressor once we have extracted all files we have been asked for. This vastly improves performance of pkg_add(1), because usually it only extract +CONTENTS file in --fast-read mode, checks it and only then extracts full content of tarball in normal mode. Without this patch, it have had to decompress the tarball twice, effectively doubling consumed CPU time. MFC after: 1 week END