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
===================================================================
--- etc/pam.d/Makefile (revision 277747)
+++ etc/pam.d/Makefile (working copy)
@@ -5,6 +5,7 @@
NO_OBJ=
FILES= README \
+ ${_atrun} \
cron \
ftpd \
imap \
@@ -17,7 +18,7 @@
xdm
.if ${MK_AT} != "no"
-FILES+= atrun
+_atrun= atrun
.endif
FILESDIR= /etc/pam.d
DES
--
Dag-Erling Smørgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fvax91cy.fsf>
