aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-01-06 15:01:17 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-01-06 15:01:17 +0000
commit4a4af272a2fe4ddcd0de50bcddd83ae5be8375d9 (patch)
tree1940d2fa0f66c3ece67607c904d27917c971ecbf /dns
parent0f8026e8742f827d31b64ab50b15ead79d51345f (diff)
downloadports-4a4af272a2fe4ddcd0de50bcddd83ae5be8375d9.tar.gz
ports-4a4af272a2fe4ddcd0de50bcddd83ae5be8375d9.zip
Add a note about running the right BIND daemon on 8 and 9.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=376428
Diffstat (limited to 'dns')
-rw-r--r--dns/bind910/Makefile2
-rw-r--r--dns/bind910/files/pkg-message.in8
-rw-r--r--dns/bind99/Makefile2
-rw-r--r--dns/bind99/files/pkg-message.in8
4 files changed, 16 insertions, 4 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" *
* *
**********************************************************************
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 954c96050841..c1c5d41e5503 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
PKGNAMESUFFIX= 99
diff --git a/dns/bind99/files/pkg-message.in b/dns/bind99/files/pkg-message.in
index d428cb4738cf..8a62d5c244a3 100644
--- a/dns/bind99/files/pkg-message.in
+++ b/dns/bind99/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" *
* *
**********************************************************************