diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-05 16:49:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-05 16:49:52 +0000 |
commit | 58cf66a972610992d33858f9558fbc9100c2ed0e (patch) | |
tree | 7ed73cc64f5286457ae6ca90f8e390348c7ce89e /etc/pam.d | |
parent | 0ed8966e5b5cb0f28610e02aeba63ec7cf42d960 (diff) | |
download | src-58cf66a972610992d33858f9558fbc9100c2ed0e.tar.gz src-58cf66a972610992d33858f9558fbc9100c2ed0e.zip |
Notes
Diffstat (limited to 'etc/pam.d')
-rw-r--r-- | etc/pam.d/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index ac7db6cafd2c..1037c5a06036 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -4,6 +4,8 @@ NO_OBJ= +FILESGROUPS= FILES + FILES= README \ cron \ ftpd \ @@ -17,7 +19,11 @@ FILES= README \ xdm .if ${MK_AT} != "no" -FILES+= atrun +FILESGROUPS= AT +AT+= atrun +ATPACKAGE+= at +ATDIR= /etc/pam.d +ATMODE= 644 .endif FILESDIR= /etc/pam.d |