From owner-svn-src-all@FreeBSD.ORG Sat Oct 22 19:20:51 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08631106564A; Sat, 22 Oct 2011 19:20:51 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9657C8FC16; Sat, 22 Oct 2011 19:20:50 +0000 (UTC) Received: by ywt32 with SMTP id 32so1211537ywt.13 for ; Sat, 22 Oct 2011 12:20:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=gJQcNnyweJhQgQV+VvEubXmXK1DQ7PM8Wn/pCletSs0=; b=DNoBp+VD0oEFO5ke6oDvtuXSLaIHEY9lvK0LzHhIagPdNuZNXzqAIkWne7bRYnOHp4 x4nvKGCR3EvHarya1It92zf6pJvlYEhgkKNk6AIk8Fba0KTq58NZ5+0BTbBARfFFnO58 5RhdXhDycJ+i1iIQg2kffS2+9shJwzVHOVuRk= MIME-Version: 1.0 Received: by 10.236.168.2 with SMTP id j2mr27408173yhl.24.1319311249881; Sat, 22 Oct 2011 12:20:49 -0700 (PDT) Received: by 10.236.105.231 with HTTP; Sat, 22 Oct 2011 12:20:48 -0700 (PDT) In-Reply-To: <201110221652.p9MGq57j087743@svn.freebsd.org> References: <201110221652.p9MGq57j087743@svn.freebsd.org> Date: Sat, 22 Oct 2011 15:20:48 -0400 Message-ID: From: Ben Kaduk To: Tim Kientzle Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, romain.garbage@gmail.com Subject: Re: svn commit: r226635 - head/usr.bin/tar X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2011 19:20:51 -0000 On Sat, Oct 22, 2011 at 12:52 PM, Tim Kientzle wrote= : > Author: kientzle > Date: Sat Oct 22 16:52:04 2011 > New Revision: 226635 > URL: http://svn.freebsd.org/changeset/base/226635 > > Log: > =A0Bring in the --gid --gname --uid and --uname implementation > =A0from libarchive.googlecode.com. > > MFC after: 3 days Thanks! (Your earlier mail was unclear whether you would actually get to it, so I had been planning to take a look, but hadn't had time, yet.) -Ben Kaduk