From owner-svn-src-head@freebsd.org Thu Sep 13 16:15:53 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51D48109257F; Thu, 13 Sep 2018 16:15:53 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02C6077D77; Thu, 13 Sep 2018 16:15:53 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from auth1-smtp.messagingengine.com (auth1-smtp.messagingengine.com [66.111.4.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: brd/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id F11FA1E575; Thu, 13 Sep 2018 16:15:52 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailauth.nyi.internal (Postfix) with ESMTP id BEAA521EAB; Thu, 13 Sep 2018 12:15:52 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Thu, 13 Sep 2018 12:15:52 -0400 X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 1263F4208; Thu, 13 Sep 2018 12:15:52 -0400 (EDT) Message-Id: <1536855352.93697.1507080640.6522BC3A@webmail.messagingengine.com> From: Brad Davis To: =?utf-8?Q?Jean-S=C3=A9bastien=20P=C3=A9dron?= , Ian Lepore , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-e556cd15 Date: Thu, 13 Sep 2018 10:15:52 -0600 In-Reply-To: <2fc81968-5780-4d8d-6295-954b0386fdda@dumbbell.fr> Subject: Re: svn commit: r338633 - head/lib/libpam/pam.d References: <201809130748.w8D7mnul043291@repo.freebsd.org> <1536854842.90006.19.camel@freebsd.org> <1536854908.92072.1507074312.5AA44CF4@webmail.messagingengine.com> <2fc81968-5780-4d8d-6295-954b0386fdda@dumbbell.fr> X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2018 16:15:53 -0000 On Thu, Sep 13, 2018, at 10:09 AM, Jean-S=C3=A9bastien P=C3=A9dron wrote: >=20 > On 9/13/18 6:08 PM, Brad Davis wrote: > >>> + ${INSTALL_LINK} ${TAG_ARGS} ${CONFDIR}/ftpd ${CONFDIR}/ftp > >> > >> I think this line should probably be ${DESTDIR}/${CONFDIR} for both > >> source and dest. > >=20 > > Yep.. Too late at night and missed that and it didn't show up in my=20 > > packages build, but does in dumbbells.. > >=20 > > I have a diff over to re@ >=20 > Thank you! Fixed in r338651. Regards, Brad Davis