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

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-24 10:04:51 +00:00
parent a3096cc770
commit 63d39bea23
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255841
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
..
..