Install pam.d files with mode 0644, not 0755.
This commit is contained in:
parent
f65f2ffdd7
commit
9446518a9a
@ -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…
Reference in New Issue
Block a user