From dc0e56bb808373479a5500a78bef212b6058ec17 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Thu, 10 Jan 2013 10:37:18 +0000 Subject: [PATCH] Reduce lenght of the option description for RPZRRL_PATCH to avoid problems with the older dialog(1) on FreeBSD 8.x Noticed by: Terry Kennedy --- dns/bind98/Makefile | 2 +- dns/bind99/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 849eaf7f1138..c7999b703ad1 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -41,7 +41,7 @@ SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation FIXED_RRSET_DESC= Enable fixed rrset ordering RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records -RPZRRL_PATCH_DESC= RPZ speed improvements and RRL patch (experimental) +RPZRRL_PATCH_DESC= RPZ improvements + RRL patch (experimental) DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 1feb0e8a2b0c..4d5c33467357 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -42,7 +42,7 @@ SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation FIXED_RRSET_DESC= Enable fixed rrset ordering RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records -RPZRRL_PATCH_DESC= RPZ speed improvements and RRL patch (experimental) +RPZRRL_PATCH_DESC= RPZ improvements + RRL patch (experimental) DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_MYSQL_DESC= DLZ MySQL driver (no threading)