Properly set owner of yp.conf.

This commit is contained in:
David E. O'Brien 2004-12-28 06:04:47 +00:00
parent 23bd58ef86
commit 214174689f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125321
2 changed files with 2 additions and 2 deletions

View File

@ -183,7 +183,7 @@ do-install:
#
# Install yp.conf as a hint to NIS users
#
${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${LINUXBASE}/etc
${INSTALL_DATA} ${FILESDIR}/yp.conf ${LINUXBASE}/etc
#
# Finish
#

View File

@ -183,7 +183,7 @@ do-install:
# mtab in etc, albeit an empty one. This is needed in a couple of
# cases. Most notably staroffice6.
#
${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${LINUXBASE}/etc
${INSTALL_DATA} ${FILESDIR}/yp.conf ${LINUXBASE}/etc
${TOUCH} ${LINUXBASE}/etc/mtab
#
# Finish