From 6296865ee1aa445137eba88b0991dac2d25b8fe5 Mon Sep 17 00:00:00 2001 From: David Hankins Date: Tue, 1 Jun 2010 17:40:08 +0000 Subject: [PATCH] Back out 4.2.0b2 to 9.7.0-P1 due to compilation failures. --- util/bind.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/util/bind.sh b/util/bind.sh index 98db583f7..629ab43e9 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.6.2.3 2010/06/01 17:28:20 dhankins Exp $ +# $Id: bind.sh,v 1.6.2.4 2010/06/01 17:40:08 dhankins Exp $ # Get the bind distribution for the libraries # This script is used to build the DHCP distribution and shouldn't be shipped @@ -29,9 +29,8 @@ binddir=$topdir/bind case $# in 1) case "$1" in - 4.2.0b2|4.2.0) BINDTAG=v9_7_1rc1 ;; - 4.2.0b1) BINDTAG=v9_7_0_P1 ;; - 4.2.0a2|4.2.0a1|4.2.0) BINDTAG=v9_7_0b3 ;; + 4.2.0b[12]|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