From f2d4f6445703d44380b836dc59ab0c4e469f1af3 Mon Sep 17 00:00:00 2001 From: David Hankins Date: Wed, 24 Mar 2010 17:50:19 +0000 Subject: [PATCH] Make that 9.7.0p1. --- util/bind.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/bind.sh b/util/bind.sh index e75c631f6..4391f227f 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: bind.sh,v 1.8 2010/03/24 17:30:49 dhankins Exp $ +# $Id: bind.sh,v 1.9 2010/03/24 17:50:19 dhankins Exp $ # Get the bind distribution for the libraries # This script is used to build the DHCP distribution and shouldn't be shipped @@ -29,7 +29,7 @@ binddir=$topdir/bind case $# in 1) case "$1" in - 4.2.0b1|4.2.0) BINDTAG=v9_7_0 ;; + 4.2.0b1|4.2.0) BINDTAG=v9_7_0_P1 ;; 4.2.0a2|4.2.0a1) BINDTAG=v9_7_0b3 ;; *) echo "bind.sh: unsupported version: $1" >&2 exit 1 -- 2.47.3