Skip site navigation (1)Skip section navigation (2)
Date:      21 Jan 2001 06:53:11 +0100
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        Maxim Sobolev <sobomax@FreeBSD.ORG>
Cc:        ports@FreeBSD.ORG, asami@FreeBSD.ORG, jkh@FreeBSD.ORG
Subject:   Re: [RFC] Patch to allow create/install bzip2-compressed packages
Message-ID:  <puhhsb7c.fsf@gits.dyndns.org>
In-Reply-To: Maxim Sobolev's message of "Wed, 17 Jan 2001 16:07:55 %2B0200"
References:  <3A65A73A.7F2F18B7@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Maxim Sobolev <sobomax@FreeBSD.ORG> writes:

> Index: create/main.c
> ===================================================================
> RCS file: /home/ncvs/src/usr.sbin/pkg_install/create/main.c,v
> retrieving revision 1.23
> diff -d -u -r1.23 main.c
> --- create/main.c	2001/01/16 08:27:28	1.23
> +++ create/main.c	2001/01/17 13:56:55
> @@ -18,7 +18,7 @@
>  #include "lib.h"
>  #include "create.h"
> 
> -static char Options[] = "YNOhvf:p:P:c:d:i:I:k:K:r:t:X:D:m:s:o:";
> +static char Options[] = "YNOhvyf:p:P:c:d:i:I:k:K:r:t:X:D:m:s:o:";

I suppose you choose -y because GNU tar have been this one for bzip2.
FYI, the (almost) latest version of GNU tar (on alpha.gnu.org)
have moved to -j instead ? I don't remember why while -y isn't
used for anything else!

# gtar --version | grep tar
tar (GNU tar) 1.13.18
# gtar --help | grep -- -j
  -j, --bzip2                        filter the archive through bzip2

Cyrille.
--
home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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