Honor MK_ACCT with etc/pam.d/atrun
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
f93eba26f7
commit
6057fab1ce
@ -1,9 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
NO_OBJ=
|
||||
|
||||
FILES= README \
|
||||
atrun \
|
||||
cron \
|
||||
ftpd \
|
||||
imap \
|
||||
@ -15,6 +16,10 @@ FILES= README \
|
||||
telnetd \
|
||||
xdm
|
||||
|
||||
.if ${MK_AT} != "no"
|
||||
FILES+= atrun
|
||||
.endif
|
||||
|
||||
FILESDIR= /etc/pam.d
|
||||
FILESMODE= 644
|
||||
FILESMODE_README= 444
|
||||
|
@ -62,6 +62,7 @@ OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_AT} == no
|
||||
OLD_FILES+=etc/pam.d/atrun
|
||||
OLD_FILES+=usr/bin/at
|
||||
OLD_FILES+=usr/bin/atq
|
||||
OLD_FILES+=usr/bin/atrm
|
||||
|
Loading…
x
Reference in New Issue
Block a user