From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 26 05:40:10 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A388A16A4CE for ; Wed, 26 Nov 2003 05:40:10 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84FF643FDF for ; Wed, 26 Nov 2003 05:40:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAQDe9FY065494 for ; Wed, 26 Nov 2003 05:40:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAQDe9hZ065493; Wed, 26 Nov 2003 05:40:09 -0800 (PST) (envelope-from gnats) Date: Wed, 26 Nov 2003 05:40:09 -0800 (PST) Message-Id: <200311261340.hAQDe9hZ065493@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Yar Tikhiy Subject: Re: bin/47560: tar 'z' option gzip'd output has extra garbage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Yar Tikhiy List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 13:40:10 -0000 The following reply was made to PR bin/47560; it has been noted by GNATS. From: Yar Tikhiy To: freebsd-gnats-submit@FreeBSD.org, archie@packetdesign.com Cc: Subject: Re: bin/47560: tar 'z' option gzip'd output has extra garbage Date: Wed, 26 Nov 2003 16:35:52 +0300 This seems to be an undocumented feature (i.e., a bug) of GNU tar itself. If writing a compressed archive to anything but a plain file, GNU tar will zero pad it to the next block boundary (10K by default.) I think documenting this feature in the FreeBSD tar(1) manpage will be sufficient to close this PR. -- Yar