Install pam.d files with mode 0644, not 0755.
This commit is contained in:
parent
c3af474bd9
commit
8e7db8a91b
@ -20,5 +20,5 @@ PAMD += xserver
|
||||
|
||||
install:
|
||||
(cd ${.CURDIR} && \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${PAMD} \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${PAMD} \
|
||||
${DESTDIR}/etc/pam.d)
|
||||
|
Loading…
x
Reference in New Issue
Block a user