From owner-svn-src-all@freebsd.org Thu Sep 13 16:08:29 2018 Return-Path: Delivered-To: svn-src-all@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 CD2121092021; Thu, 13 Sep 2018 16:08:29 +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 7F69C7748F; Thu, 13 Sep 2018 16:08:29 +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 79E781E477; Thu, 13 Sep 2018 16:08:29 +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 47A5621AAD; Thu, 13 Sep 2018 12:08:29 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute5.internal (MEProxy); Thu, 13 Sep 2018 12:08:29 -0400 X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id C6941420A; Thu, 13 Sep 2018 12:08:28 -0400 (EDT) Message-Id: <1536854908.92072.1507074312.5AA44CF4@webmail.messagingengine.com> From: Brad Davis To: 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:08:28 -0600 In-Reply-To: <1536854842.90006.19.camel@freebsd.org> Subject: Re: svn commit: r338633 - head/lib/libpam/pam.d References: <201809130748.w8D7mnul043291@repo.freebsd.org> <1536854842.90006.19.camel@freebsd.org> X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.27 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: Thu, 13 Sep 2018 16:08:30 -0000 On Thu, Sep 13, 2018, at 10:07 AM, Ian Lepore wrote: > On Thu, 2018-09-13 at 07:48 +0000, Brad Davis wrote: > > Author: brd > > Date: Thu Sep 13 07:48:49 2018 > > New Revision: 338633 > > URL: https://svnweb.freebsd.org/changeset/base/338633 > >=20 > > Log: > > =C2=A0 Fix build after r338621 by avoiding LINKS and installing the link > > manually. > > =C2=A0=C2=A0 > > =C2=A0 Approved by: re (rgrimes), will (mentor) > >=20 > > Modified: > > =C2=A0 head/lib/libpam/pam.d/Makefile > >=20 > > Modified: head/lib/libpam/pam.d/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > =3D=3D=3D=3D=3D=3D=3D=3D=3D > > --- head/lib/libpam/pam.d/Makefile Thu Sep 13 07:15:02 2018=09 > > (r338632) > > +++ head/lib/libpam/pam.d/Makefile Thu Sep 13 07:48:49 2018=09 > > (r338633) > > @@ -27,7 +27,9 @@ ATPACKAGE+=3D at > > =C2=A0CONFGROUPS+=3D FTP > > =C2=A0FTP+=3D ftpd > > =C2=A0FTPPACKAGE+=3D ftp > > -LINKS=3D ${FILESDIR}/ftpd ${FILESDIR}/ftp > > + > > +afterinstallconfig: > > + ${INSTALL_LINK} ${TAG_ARGS} ${CONFDIR}/ftpd ${CONFDIR}/ftp >=20 > I think this line should probably be ${DESTDIR}/${CONFDIR} for both > source and dest. Yep.. Too late at night and missed that and it didn't show up in my package= s build, but does in dumbbells.. I have a diff over to re@ Regards, Brad Davis