From owner-cvs-all@FreeBSD.ORG Thu Apr 8 14:49:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEB4F16A4CF for ; Thu, 8 Apr 2004 14:49:49 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 293BE43D3F for ; Thu, 8 Apr 2004 14:49:49 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i38Ll4eD069162 for cvs-all@FreeBSD.org.checked; (8.12.8/vak/2.1) Fri, 9 Apr 2004 01:47:04 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (rik.cronyx.ru [172.22.4.1]) by hanoi.cronyx.ru with ESMTP id i38LkWKw069109; (8.12.8/vak/2.1) Fri, 9 Apr 2004 01:46:33 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <4075CA4F.3010006@cronyx.ru> Date: Fri, 09 Apr 2004 01:55:27 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020610 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tim Kientzle References: <200404081937.i38Jb2IF061977@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 21:49:50 -0000 Tim Kientzle wrote: >kientzle 2004/04/08 12:37:01 PDT > > FreeBSD src repository > > Modified files: > usr.bin/tar bsdtar.1 bsdtar.c > Log: > Allow arguments to appear in any order. > > Thanks a lot! rik