aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind910
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-01-06 23:01:17 +0800
committermat <mat@FreeBSD.org>2015-01-06 23:01:17 +0800
commitc745f034e8a5005d10dc9d37a761b9816fe15342 (patch)
tree1940d2fa0f66c3ece67607c904d27917c971ecbf /dns/bind910
parent142db2ce6001dab9844d1f3c0a5a9dffc3ab73d8 (diff)
downloadfreebsd-ports-gnome-c745f034e8a5005d10dc9d37a761b9816fe15342.tar.gz
freebsd-ports-gnome-c745f034e8a5005d10dc9d37a761b9816fe15342.tar.zst
freebsd-ports-gnome-c745f034e8a5005d10dc9d37a761b9816fe15342.zip
Add a note about running the right BIND daemon on 8 and 9.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind910')
-rw-r--r--dns/bind910/Makefile2
-rw-r--r--dns/bind910/files/pkg-message.in8
2 files changed, 8 insertions, 2 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile
index f60f5556706e..e7300d8ae295 100644
--- a/dns/bind910/Makefile
+++ b/dns/bind910/Makefile
@@ -7,7 +7,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/}
PORTREVISION= 0
.else
# dns/bind910 here
-PORTREVISION= 0
+PORTREVISION= 1
.endif
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
diff --git a/dns/bind910/files/pkg-message.in b/dns/bind910/files/pkg-message.in
index d428cb4738cf..8a62d5c244a3 100644
--- a/dns/bind910/files/pkg-message.in
+++ b/dns/bind910/files/pkg-message.in
@@ -10,7 +10,13 @@
* 'rndc-confgen -a' to generate the proper conf file, with a new *
* random key, and appropriate file permissions. *
* *
-%%BASE%%* The /etc/rc.d/named script in the base will do that for you. *
%%NOBASE%%* The %%PREFIX%%/etc/rc.d/named script will do that for you. *
+%%BASE%%* The /etc/rc.d/named script in the base will do that for you. *
+%%BASE%%* *
+%%BASE%%* You will need to make sure that you have the following line *
+%%BASE%%* in your /etc/rc.conf in order to have the startup script *
+%%BASE%%* run the named version from the port: *
+%%BASE%%* *
+%%BASE%%* named_program="%%PREFIX%%/sbin/named" *
* *
**********************************************************************