From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 11 08:37:19 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C49CF1065670; Sun, 11 Mar 2012 08:37:19 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7328FC17; Sun, 11 Mar 2012 08:37:19 +0000 (UTC) Received: by iahk25 with SMTP id k25so6458345iah.13 for ; Sun, 11 Mar 2012 00:37:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=iyfbEXmIGdEs71AIPDpDZ1kNSHlyQYVXiyvpdEVF7Ak=; b=n+LwjXWHlvJUIrLzzO3u6TSmBy6Sw+PWAY5rD7uOUaJbk6z4c+Aqi6YcUuAmx1n9J5 Ytd59RrjYj/jNXhu/pNPsEKNHe4iSFPJJRcqFY7ABzt8L58x9qlECOHPjsGhM6+y5805 FfU/Zh9+LJQ6M26s2JHRWaLlS7SirzZzm5aZEuRnms6txnQp4JsrYRRWWLr5MP7kXAlw 9OXt/52DEMrIDaGxnebndXhY9RXYLlgqCCvHjqALSeVR7tLaFW/ENLPXGncmf1mjM7M7 PGq2yZ+p0/vlw8P87/i8YdBjHYACX2lGTite4h5mYRMjOM74JlM/+F32KocqX7RIrYpu 5NEA== Received: by 10.50.156.229 with SMTP id wh5mr5292146igb.28.1331455038844; Sun, 11 Mar 2012 00:37:18 -0800 (PST) Received: from raichu.mark-home ([206.126.92.55]) by mx.google.com with ESMTPS id cu4sm8307984igc.15.2012.03.11.00.37.17 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 11 Mar 2012 00:37:18 -0800 (PST) Date: Sun, 11 Mar 2012 04:32:36 -0400 From: Mark Johnston To: Jaakko Heinonen Message-ID: <20120311083235.GB90647@raichu.mark-home> References: <201203100620.q2A6K6c7029750@freefall.freebsd.org> <20120311083233.GA2253@a91-153-116-96.elisa-laajakaista.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120311083233.GA2253@a91-153-116-96.elisa-laajakaista.fi> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-bugs@FreeBSD.org, eadler@FreeBSD.org Subject: Re: bin/165873: tar(1) manpage advertises --uid and --gid which seem to be not implemented X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2012 08:37:19 -0000 On Sun, Mar 11, 2012 at 10:32:34AM +0200, Jaakko Heinonen wrote: > On 2012-03-10, Mark wrote: > > The options are implemented on 8- and 9-stable and current. I'm not > > sure how exactly this happened - it looks like libarchive and bsdtar > > were moved to contrib/ right after 9 was released, and some upstream > > updates were merged in the process. I guess it was an oversight, but > > there's nothing to do since the options are there now. > > Thanks for this information. Does this also apply to bin/161749? > Yep, since the report mentions 9-BETA3, which was before 9-RELEASE. -Mark