mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Install configuration files with CONFMODE instead of SHAREMODE
This commit is contained in:
parent
2bcf1d422b
commit
c8cbf0d5ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289090
@ -21,7 +21,7 @@ all: buildconfig
|
||||
|
||||
${group}OWN?= ${SHAREOWN}
|
||||
${group}GRP?= ${SHAREGRP}
|
||||
${group}MODE?= ${SHAREMODE}
|
||||
${group}MODE?= ${CONFMODE}
|
||||
${group}DIR?= ${ETCDIR}/
|
||||
STAGE_SETS+= ${group}
|
||||
STAGE_DIR.${group}= ${STAGE_OBJTOP}${${group}DIR}
|
||||
|
Loading…
Reference in New Issue
Block a user