From owner-freebsd-questions@FreeBSD.ORG Sun Oct 16 21:31:53 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBF24106566C for ; Sun, 16 Oct 2011 21:31:53 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6769B8FC14 for ; Sun, 16 Oct 2011 21:31:52 +0000 (UTC) Received: by bkbzu17 with SMTP id zu17so3064919bkb.13 for ; Sun, 16 Oct 2011 14:31:52 -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; bh=8qpcvb2J+2ppL+e25qLMKU/cjPIlx1aSs1mkmg3Vq0U=; b=OGVbgS0Zs9+UiC6IHFgSrWeFYqaQf/QBLnuy9sxFuvAX1DXbEnMXqc2rkZyXXSn8Gv 3cm7hSJg+UtNRfDaVhTn3Q6Lr1qzxThBDWcMEDb69hu2LKmvJGBblShYVTICJKj53znc 7sDcnt7tCSYkA0vfrITj6gEkkmFA0T7BLuDlY= MIME-Version: 1.0 Received: by 10.223.7.18 with SMTP id b18mr19835130fab.31.1318800712078; Sun, 16 Oct 2011 14:31:52 -0700 (PDT) Received: by 10.223.124.197 with HTTP; Sun, 16 Oct 2011 14:31:52 -0700 (PDT) In-Reply-To: References: Date: Sun, 16 Oct 2011 16:31:52 -0500 Message-ID: From: Adam Vande More To: Romain Garbage Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: bsdtar --gname switch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2011 21:31:53 -0000 On Sun, Oct 16, 2011 at 3:55 PM, Romain Garbage wrote: > According to bsdtar(1) manpage, tar has a --gname switch that permits > to set an arbitrary groupname in the tar archive, but: > $ tar -cf test.tar --gname root test.sh > tar: Option --gname is not supported > Usage: > List: tar -tf > Extract: tar -xf > Create: tar -cf [filenames...] > Help: tar --help > > I get the same error for --uname and --gid switches. I'm running > 9.0-BETA3 (r226421). Did those switches used to work in previous > releases of FreeBSD ? > No they didn't. I suggest filing a PR and contacting the CURRENT list. -- Adam Vande More