Install namedb stuff to ${DESTDIR}/var/named/etc/namedb instead

of relying on the symlink in ${DESTDIR}/etc/namedb.

This is functionally equivalent, but doesn't rely on the symlink to work.

Requested by:	ru
This commit is contained in:
Doug Barton 2004-09-30 10:24:24 +00:00
parent 52501c5ede
commit bb3b2b373a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135963

View File

@ -124,7 +124,7 @@ distribution:
${MTREE} ${DESTDIR}/etc/mtree
.if !defined(NO_BIND_ETC) && !defined(NO_BIND)
cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
${NAMEDB} ${DESTDIR}/etc/namedb
${NAMEDB} ${DESTDIR}/var/named/etc/namedb
.endif
cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
${PPPCNF} ${DESTDIR}/etc/ppp