mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 12:07:10 +01:00
Do not change the directory permissions for the source area, just the
install area. Noticed by: msmith
This commit is contained in:
parent
867dd03869
commit
b095f33ba9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73832
@ -23,7 +23,7 @@ beforeinstall: ${SHARED}
|
||||
|
||||
copies::
|
||||
.for dir in ${CFDIRS}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 -d ${SENDMAIL_DIR}/${dir} ${DDIR}/${dir}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 -d ${DDIR}/${dir}
|
||||
.endfor
|
||||
.for file in ${CFFILES}
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${SENDMAIL_DIR}/${file} ${DDIR}/${file}
|
||||
|
Loading…
Reference in New Issue
Block a user