From owner-freebsd-ports@freebsd.org Sun Apr 3 07:22:19 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B051EB00BA8 for ; Sun, 3 Apr 2016 07:22:19 +0000 (UTC) (envelope-from martin@waschbuesch.de) Received: from relay.waschbuesch.it (relay.waschbuesch.it [IPv6:2a00:cba0:0:100::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.waschbuesch.it", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71D0B1A85; Sun, 3 Apr 2016 07:22:19 +0000 (UTC) (envelope-from martin@waschbuesch.de) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=waschbuesch.de; s=dkim; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type; bh=MbjfXVY3LLIGZFnpzcIbKlr3SXDpl4p1MPFHdW0EW+w=; b=GLp6H1I/p9KC qiyiYTo+2SFcHXZ5oi6eiNtyxhfPTZWljvbqx234oTaOWS6ZziUmJAkva6zbvuQ1MaShBNHyuxHTb 0pQRPJlua9IR1xHIj5tRTVW7KDt5AEfCJ0IricJHqCoJiB+CCHgic9ruz8rpsQ3Jn3ync3+LmLaVK Sp/js=; Received: by relay.waschbuesch.it with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim) (envelope-from ) id 1amcMR-000P2R-4x; Sun, 03 Apr 2016 07:22:15 +0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Bug in poudriere? From: =?windows-1252?Q?Martin_Waschb=FCsch?= In-Reply-To: <56FEFB3E.2060905@FreeBSD.org> Date: Sun, 3 Apr 2016 09:22:15 +0200 Cc: ports-list freebsd Content-Transfer-Encoding: quoted-printable Message-Id: References: <56FEFB3E.2060905@FreeBSD.org> To: Bryan Drewery X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2016 07:22:19 -0000 > Am 02.04.2016 um 00:50 schrieb Bryan Drewery : >=20 > On 4/1/16 12:31 AM, Martin Waschb=FCsch wrote: >> Hi all, >>=20 >> I just noticed that while just running: >>=20 >> root@dev:~# poudriere >>=20 >> lists >>=20 >> daemon -- Launch the poudriere daemon >>=20 >> among possible commands, the manpage does not mention this at all. >>=20 >> Personally, I'd consider this a bug, but am unsure how best to file a = PR for this? >>=20 >=20 > It's pretty much the same as = https://github.com/freebsd/poudriere/issues/333 >=20 > It's there for later. Thanks for the explanation. Maybe you could add that bit of information to the man page? It'd be more consistent, I think. At least to me such discrepancies are highly confusing. And judging from the conversation you linked to, I am not alone ;-) Martin=