Replace the unused /etc/unbound directory with a symlink to /var/unbound.

Approved by:	re (blanket)
This commit is contained in:
des 2013-09-24 10:04:51 +00:00
parent 384b4d5cae
commit 3e7c9aa8a8
2 changed files with 5 additions and 2 deletions

View File

@ -250,6 +250,11 @@ distribution:
.if ${MK_BIND_ETC} != "no"
${_+_}cd ${.CURDIR}/namedb; ${MAKE} install
.endif
.if ${MK_UNBOUND} != "no"
if [ ! -e ${DESTDIR}/etc/unbound ]; then \
${INSTALL_SYMLINK} ../var/unbound ${DESTDIR}/etc/unbound; \
fi
.endif
.if ${MK_SENDMAIL} != "no"
${_+_}cd ${.CURDIR}/sendmail; ${MAKE} distribution
.endif

View File

@ -66,8 +66,6 @@
..
ssl
..
unbound
..
zfs
..
..