diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-06 23:28:12 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-12-06 23:28:12 +0000 |
| commit | 9446518a9a6475f7f076af6ca305a310c569da8b (patch) | |
| tree | a65c9d6e054e23adf3eb41bec96abbba984044b8 | |
| parent | f65f2ffdd730a3499b4f89bed3f50c738ed43a9e (diff) | |
Notes
| -rw-r--r-- | etc/pam.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 0593c6cf9d58..827cfbb903d2 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) |
