Replace the unused /etc/unbound directory with a symlink to /var/unbound.
Approved by: re (blanket)
This commit is contained in:
parent
384b4d5cae
commit
3e7c9aa8a8
@ -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
|
||||
|
@ -66,8 +66,6 @@
|
||||
..
|
||||
ssl
|
||||
..
|
||||
unbound
|
||||
..
|
||||
zfs
|
||||
..
|
||||
..
|
||||
|
Loading…
Reference in New Issue
Block a user