From 8e7db8a91bfeaec352082d7156f7e9aa98c93e9f Mon Sep 17 00:00:00 2001 From: des Date: Thu, 6 Dec 2001 23:28:12 +0000 Subject: Install pam.d files with mode 0644, not 0755. --- etc/pam.d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/pam.d') diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 0593c6c..827cfbb 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -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) -- cgit v1.1