Install pam.d files with mode 0644, not 0755.

This commit is contained in:
Dag-Erling Smørgrav 2001-12-06 23:28:12 +00:00
parent f65f2ffdd7
commit 9446518a9a

View File

@ -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)