aboutsummaryrefslogtreecommitdiff
path: root/dns/bind99
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-18 11:41:41 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-18 11:41:41 +0000
commit2c0a2e8a9fb22a144322cb58fd1051795310501b (patch)
treee9bdd9b4fdbc113a42c67427201bb07d4c07fab3 /dns/bind99
parent61fb20e769377ce8fac34b222f2f218fb150d078 (diff)
downloadports-2c0a2e8a9fb22a144322cb58fd1051795310501b.tar.gz
ports-2c0a2e8a9fb22a144322cb58fd1051795310501b.zip
Notes
Diffstat (limited to 'dns/bind99')
-rw-r--r--dns/bind99/Makefile3
-rw-r--r--dns/bind99/pkg-help15
2 files changed, 9 insertions, 9 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 88adaebe2828..88dda643bbda 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -1,4 +1,5 @@
# $FreeBSD$
+# pkg-help formatted with fmt 59 63
PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/}
@@ -58,7 +59,7 @@ LARGE_FILE_DESC= 64-bit file support
FIXED_RRSET_DESC= Enable fixed rrset ordering
SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
FILTER_AAAA_DESC= Enable filtering of AAAA records
-GOST_DESC= Enable GOST ciphers, needs SSL (see help)
+GOST_DESC= Enable GOST ciphers, needs SSL (see help on 8 and 9)
PYTHON_DESC= Build with Python utilities
LINKS_DESC= Create conf file symlinks in ${PREFIX}
diff --git a/dns/bind99/pkg-help b/dns/bind99/pkg-help
index 224b241884da..b1ce5c512910 100644
--- a/dns/bind99/pkg-help
+++ b/dns/bind99/pkg-help
@@ -1,9 +1,8 @@
-
- GOST
-If using a chrooted instance of BIND, the OpenSSL engines
-need to be accessible from within the chroot. If BIND
-is chrooted in /var/named, this can be achieved by either
-copying content of /usr/local/lib/engines into
-/var/named/usr/local/lib/engines, or by creating that
-directory and adding this line to /etc/fstab:
+ GOST
+If using a chrooted instance of BIND on FreeBSD 8.x and 9.x,
+the OpenSSL engines MUST be accessible from within the chroot.
+If BIND is chrooted in /var/named, this can be achieved by
+either copying content of /usr/local/lib/engines into
+/var/named/usr/local/lib/engines, or by creating that directory
+and adding this line to /etc/fstab:
/usr/local/lib/engines /var/named/usr/local/lib/engines nullfs ro 0 0