summaryrefslogtreecommitdiffstats
path: root/etc/pam.d
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-18 08:18:18 -0300
committerRenato Botelho <renato@netgate.com>2016-04-18 08:18:18 -0300
commit1217ad91c5e7f6d7b4b48a459e1a9ec1c24b4a83 (patch)
tree029e52b2581abc2887c924b779e8a3df809f1658 /etc/pam.d
parentb68c53e36b81c9db70247b33bd565da3ce225608 (diff)
parentd47609db9b6e0c2e5ca7eb4f181cc7b031dc2f37 (diff)
downloadFreeBSD-src-1217ad91c5e7f6d7b4b48a459e1a9ec1c24b4a83.zip
FreeBSD-src-1217ad91c5e7f6d7b4b48a459e1a9ec1c24b4a83.tar.gz
Merge remote-tracking branch 'origin/master' into devel-11
Diffstat (limited to 'etc/pam.d')
-rw-r--r--etc/pam.d/Makefile17
1 files changed, 15 insertions, 2 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile
index ac7db6c..a9aea19 100644
--- a/etc/pam.d/Makefile
+++ b/etc/pam.d/Makefile
@@ -4,6 +4,8 @@
NO_OBJ=
+FILESGROUPS= FILES
+
FILES= README \
cron \
ftpd \
@@ -11,13 +13,24 @@ FILES= README \
login \
other \
passwd pop3 \
- rsh \
sshd su system \
telnetd \
xdm
.if ${MK_AT} != "no"
-FILES+= atrun
+FILESGROUPS+= AT
+AT+= atrun
+ATPACKAGE+= at
+ATDIR= /etc/pam.d
+ATMODE= 644
+.endif
+
+.if ${MK_RCMDS} != "no"
+FILESGROUPS+= RCMDS
+RCMDS+= rsh
+RCMDSPACKAGE+= rcmds
+RCMDSDIR= /etc/pam.d
+RCMDSMODE= 644
.endif
FILESDIR= /etc/pam.d
OpenPOWER on IntegriCloud