diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-15 13:48:50 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-15 13:48:50 +0000 |
commit | 5433d4c6738f4961fc8bd363835794a14847f68b (patch) | |
tree | 126852acd12f5ee4dc47306b1da6ebe1273429f2 /etc/pam.d | |
parent | 12e143d76b8ad2705affda0cf894221656613132 (diff) | |
download | FreeBSD-src-5433d4c6738f4961fc8bd363835794a14847f68b.zip FreeBSD-src-5433d4c6738f4961fc8bd363835794a14847f68b.tar.gz |
Append the FILESGROUP rather than overriting
Diffstat (limited to 'etc/pam.d')
-rw-r--r-- | etc/pam.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 1037c5a..7e29dbe 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -19,7 +19,7 @@ FILES= README \ xdm .if ${MK_AT} != "no" -FILESGROUPS= AT +FILESGROUPS+= AT AT+= atrun ATPACKAGE+= at ATDIR= /etc/pam.d |