diff options
author | mat <mat@FreeBSD.org> | 2018-08-24 19:49:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-08-24 19:49:34 +0800 |
commit | 86e5fac5ed7530f12add459eaebdabb0b957dd29 (patch) | |
tree | 2ceaf20a81f1af81961b91fb714c61a3cb7806dd /dns/bind913 | |
parent | 78f6ac6c828d8ebb06ffe390f911ed2db4e2e76a (diff) | |
download | freebsd-ports-gnome-86e5fac5ed7530f12add459eaebdabb0b957dd29.tar.gz freebsd-ports-gnome-86e5fac5ed7530f12add459eaebdabb0b957dd29.tar.zst freebsd-ports-gnome-86e5fac5ed7530f12add459eaebdabb0b957dd29.zip |
Permit using allow-new-zones, LMDB, and a chrooted environment.
Fixes this obscure and not at all helpful message:
mdb_env_open of '_default.nzd' failed: No such file or directory
PR: 229125
Reported by: Tomáš Čiernik
MFH: 2018Q3
Diffstat (limited to 'dns/bind913')
-rw-r--r-- | dns/bind913/Makefile | 2 | ||||
-rw-r--r-- | dns/bind913/files/BIND.chroot.dist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dns/bind913/Makefile b/dns/bind913/Makefile index e31d54f4bede..b5643bf851f8 100644 --- a/dns/bind913/Makefile +++ b/dns/bind913/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind913 here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} diff --git a/dns/bind913/files/BIND.chroot.dist b/dns/bind913/files/BIND.chroot.dist index c3863a6a4e7b..08378e7e1057 100644 --- a/dns/bind913/files/BIND.chroot.dist +++ b/dns/bind913/files/BIND.chroot.dist @@ -9,6 +9,8 @@ .. etc type=dir .. + tmp type=dir mode=01777 + .. /set type=file uname=bind gname=bind mode=0755 var type=dir uname=root gname=wheel dump type=dir |