svn commit: r376428 - in head/dns: bind910 bind910/files bind99 bind99/files

Mathieu Arnold mat at FreeBSD.org
Tue Jan 6 15:01:19 UTC 2015


Author: mat
Date: Tue Jan  6 15:01:17 2015
New Revision: 376428
URL: https://svnweb.freebsd.org/changeset/ports/376428
QAT: https://qat.redports.org/buildarchive/r376428/

Log:
  Add a note about running the right BIND daemon on 8 and 9.
  
  Sponsored by:	Absolight

Modified:
  head/dns/bind910/Makefile
  head/dns/bind910/files/pkg-message.in
  head/dns/bind99/Makefile
  head/dns/bind99/files/pkg-message.in

Modified: head/dns/bind910/Makefile
==============================================================================
--- head/dns/bind910/Makefile	Tue Jan  6 14:35:20 2015	(r376427)
+++ head/dns/bind910/Makefile	Tue Jan  6 15:01:17 2015	(r376428)
@@ -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}

Modified: head/dns/bind910/files/pkg-message.in
==============================================================================
--- head/dns/bind910/files/pkg-message.in	Tue Jan  6 14:35:20 2015	(r376427)
+++ head/dns/bind910/files/pkg-message.in	Tue Jan  6 15:01:17 2015	(r376428)
@@ -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"                            *
 *                                                                    *
 **********************************************************************

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Tue Jan  6 14:35:20 2015	(r376427)
+++ head/dns/bind99/Makefile	Tue Jan  6 15:01:17 2015	(r376428)
@@ -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

Modified: head/dns/bind99/files/pkg-message.in
==============================================================================
--- head/dns/bind99/files/pkg-message.in	Tue Jan  6 14:35:20 2015	(r376427)
+++ head/dns/bind99/files/pkg-message.in	Tue Jan  6 15:01:17 2015	(r376428)
@@ -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"                            *
 *                                                                    *
 **********************************************************************


More information about the svn-ports-all mailing list