Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2009 06:53:33 +0300
From:      Anonymous <swell.k@gmail.com>
To:        Xin LI <delphij@FreeBSD.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: svn commit: r199066 - head/usr.bin/gzip
Message-ID:  <867htvhygy.fsf@gmail.com>
In-Reply-To: <200911090237.nA92b2m7005471__19254.880565177$1257734275$gmane$org@svn.freebsd.org> (Xin LI's message of "Mon, 9 Nov 2009 02:37:02 %2B0000 (UTC)")
References:  <200911090237.nA92b2m7005471__19254.880565177$1257734275$gmane$org@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Xin LI <delphij@FreeBSD.org> writes:

> Author: delphij
> Date: Mon Nov  9 02:37:02 2009
> New Revision: 199066
> URL: http://svn.freebsd.org/changeset/base/199066
>
> Log:
>   Apply a NetBSD fix (revision 1.12) to handle multi-session bzip2 files
>   as created by pbzip2.
>   
>   Submitted by:	mrg (NetBSD.org)
>   MFC after:	1 week
>
> Modified:
>   head/usr.bin/gzip/unbzip2.c
>

    $ touch blah
    $ bzip2 blah
    $ gzip -d blah.bz2
    gzip: read: No such file or directory
    Exit 2

Regression? Can you reproduce?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867htvhygy.fsf>