Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2012 08:37:11 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306427 - in head/dns: bind96 bind97 bind98 bind99
Message-ID:  <201210260837.q9Q8bBPh059905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Fri Oct 26 08:37:10 2012
New Revision: 306427
URL: http://svn.freebsd.org/changeset/ports/306427

Log:
  Reduce lenght of the option description for DLZ_MYSQL to
  avoid problems with the older dialog(1) on FreeBSD 8.x
  
  Noticed by:	Terry Kennedy <terry@tmk.com>
  Feature safe:	yes

Modified:
  head/dns/bind96/Makefile
  head/dns/bind97/Makefile
  head/dns/bind98/Makefile
  head/dns/bind99/Makefile

Modified: head/dns/bind96/Makefile
==============================================================================
--- head/dns/bind96/Makefile	Fri Oct 26 08:16:17 2012	(r306426)
+++ head/dns/bind96/Makefile	Fri Oct 26 08:37:10 2012	(r306427)
@@ -37,7 +37,7 @@ LARGE_FILE_DESC=	64-bit file support
 SIGCHASE_DESC=		dig/host/nslookup will do DNSSEC validation
 DLZ_DESC=		Dynamically Loadable Zones
 DLZ_POSTGRESQL_DESC=	DLZ Postgres driver
-DLZ_MYSQL_DESC=		DLZ MySQL driver (single-threaded BIND)
+DLZ_MYSQL_DESC=		DLZ MySQL driver (no threading)
 DLZ_BDB_DESC=		DLZ BDB driver
 DLZ_LDAP_DESC=		DLZ LDAP driver
 DLZ_FILESYSTEM_DESC=	DLZ filesystem driver

Modified: head/dns/bind97/Makefile
==============================================================================
--- head/dns/bind97/Makefile	Fri Oct 26 08:16:17 2012	(r306426)
+++ head/dns/bind97/Makefile	Fri Oct 26 08:37:10 2012	(r306427)
@@ -41,7 +41,7 @@ LARGE_FILE_DESC=	64-bit file support
 SIGCHASE_DESC=		dig/host/nslookup will do DNSSEC validation
 DLZ_DESC=		Dynamically Loadable Zones
 DLZ_POSTGRESQL_DESC=	DLZ Postgres driver
-DLZ_MYSQL_DESC=		DLZ MySQL driver (single-threaded BIND)
+DLZ_MYSQL_DESC=		DLZ MySQL driver (no threading)
 DLZ_BDB_DESC=		DLZ BDB driver
 DLZ_LDAP_DESC=		DLZ LDAP driver
 DLZ_FILESYSTEM_DESC=	DLZ filesystem driver

Modified: head/dns/bind98/Makefile
==============================================================================
--- head/dns/bind98/Makefile	Fri Oct 26 08:16:17 2012	(r306426)
+++ head/dns/bind98/Makefile	Fri Oct 26 08:37:10 2012	(r306427)
@@ -38,7 +38,7 @@ LARGE_FILE_DESC=	64-bit file support
 SIGCHASE_DESC=		dig/host/nslookup will do DNSSEC validation
 DLZ_DESC=		Dynamically Loadable Zones
 DLZ_POSTGRESQL_DESC=	DLZ Postgres driver
-DLZ_MYSQL_DESC=		DLZ MySQL driver (single-threaded BIND)
+DLZ_MYSQL_DESC=		DLZ MySQL driver (no threading)
 DLZ_BDB_DESC=		DLZ BDB driver
 DLZ_LDAP_DESC=		DLZ LDAP driver
 DLZ_FILESYSTEM_DESC=	DLZ filesystem driver

Modified: head/dns/bind99/Makefile
==============================================================================
--- head/dns/bind99/Makefile	Fri Oct 26 08:16:17 2012	(r306426)
+++ head/dns/bind99/Makefile	Fri Oct 26 08:37:10 2012	(r306427)
@@ -39,7 +39,7 @@ LARGE_FILE_DESC=	64-bit file support
 SIGCHASE_DESC=		dig/host/nslookup will do DNSSEC validation
 DLZ_DESC=		Dynamically Loadable Zones
 DLZ_POSTGRESQL_DESC=	DLZ Postgres driver
-DLZ_MYSQL_DESC=		DLZ MySQL driver (single-threaded BIND)
+DLZ_MYSQL_DESC=		DLZ MySQL driver (no threading)
 DLZ_BDB_DESC=		DLZ BDB driver
 DLZ_LDAP_DESC=		DLZ LDAP driver
 DLZ_FILESYSTEM_DESC=	DLZ filesystem driver



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210260837.q9Q8bBPh059905>