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
This commit is contained in:
parent
5a126fec1d
commit
46de96c295
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477957
@ -9,7 +9,7 @@ PORTREVISION= 0
|
||||
.else
|
||||
# XXX: correct version
|
||||
# dns/bind9xx here
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
.endif
|
||||
CATEGORIES= dns net ipv6
|
||||
# XXX: put the ISC master_site
|
||||
|
@ -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
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= bind
|
||||
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns net ipv6
|
||||
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
||||
PKGNAMESUFFIX= 911
|
||||
|
@ -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
|
||||
|
@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
|
||||
PORTREVISION= 0
|
||||
.else
|
||||
# dns/bind912 here
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
.endif
|
||||
CATEGORIES= dns net ipv6
|
||||
MASTER_SITES= ISC/bind9/${ISCVERSION}
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user