From owner-svn-src-head@FreeBSD.ORG Mon Jan 26 12:24:44 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CE34356; Mon, 26 Jan 2015 12:24:44 +0000 (UTC) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 0DA5FAFA; Mon, 26 Jan 2015 12:24:43 +0000 (UTC) Received: from nine.des.no (smtp.des.no [194.63.250.102]) by smtp-int.des.no (Postfix) with ESMTP id 0C2744525; Mon, 26 Jan 2015 12:24:43 +0000 (UTC) Received: by nine.des.no (Postfix, from userid 1001) id C4FE01DF; Mon, 26 Jan 2015 13:23:57 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Garrett Cooper Subject: Re: svn commit: r277737 - in head: etc/pam.d tools/build/mk References: <201501260850.t0Q8oDna015719@svn.freebsd.org> Date: Mon, 26 Jan 2015 13:23:57 +0100 In-Reply-To: <201501260850.t0Q8oDna015719@svn.freebsd.org> (Garrett Cooper's message of "Mon, 26 Jan 2015 08:50:13 +0000 (UTC)") Message-ID: <86fvax91cy.fsf@nine.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 26 Jan 2015 12:24:44 -0000 Garrett Cooper writes: > Log: > Honor MK_ACCT with etc/pam.d/atrun The correct idiom would be Index: etc/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 --- etc/pam.d/Makefile (revision 277747) +++ etc/pam.d/Makefile (working copy) @@ -5,6 +5,7 @@ NO_OBJ=3D =20 FILES=3D README \ + ${_atrun} \ cron \ ftpd \ imap \ @@ -17,7 +18,7 @@ xdm =20 .if ${MK_AT} !=3D "no" -FILES+=3D atrun +_atrun=3D atrun .endif =20 FILESDIR=3D /etc/pam.d DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no