Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2004 10:21:21 +0400
From:      Andrey Chernov <ache@nagual.pp.ru>
To:        Tim Kientzle <kientzle@FreeBSD.ORG>
Cc:        cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/pkg_install/lib file.c
Message-ID:  <20040408062121.GA49250@nagual.pp.ru>
In-Reply-To: <200404080606.i3866g3q063716@repoman.freebsd.org>
References:  <200404080606.i3866g3q063716@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 07, 2004 at 11:06:42PM -0700, Tim Kientzle wrote:
> kientzle    2004/04/07 23:06:42 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     usr.sbin/pkg_install/lib file.c 
>   Log:
>   When invoking tar, make sure the mode option (-x) is first.

It looks like wrong place to fix. bsdtar should be fixed instead to accept
options/arguments intermixed in any order like GNU tar already does. I.e.  
you should start your short options string for getopt_long() with "-",
like in GNU tar.

-- 
Andrey Chernov | http://ache.pp.ru/



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