Date: Mon, 26 Jan 2015 13:23:57 +0100 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: Garrett Cooper <ngie@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r277737 - in head: etc/pam.d tools/build/mk Message-ID: <86fvax91cy.fsf@nine.des.no> In-Reply-To: <201501260850.t0Q8oDna015719@svn.freebsd.org> (Garrett Cooper's message of "Mon, 26 Jan 2015 08:50:13 %2B0000 (UTC)") References: <201501260850.t0Q8oDna015719@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Garrett Cooper <ngie@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fvax91cy.fsf>