From: David Hankins Date: Tue, 1 Jun 2010 17:29:36 +0000 (+0000) Subject: update util/bind.sh to match v4_2. X-Git-Tag: v4_3_0a1~277 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be94d300228e97f96bdb41e890d18b07ac74bf7b;p=thirdparty%2Fdhcp.git update util/bind.sh to match v4_2. --- diff --git a/util/bind.sh b/util/bind.sh index 4391f227f..5f8fe1174 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.9 2010/03/24 17:50:19 dhankins Exp $ +# $Id: bind.sh,v 1.10 2010/06/01 17:29:36 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,8 @@ binddir=$topdir/bind case $# in 1) case "$1" in - 4.2.0b1|4.2.0) BINDTAG=v9_7_0_P1 ;; + 4.2.0b2|4.2.0) BINDTAG=v9_7_1rc1 ;; + 4.2.0b1) BINDTAG=v9_7_0_P1 ;; 4.2.0a2|4.2.0a1) BINDTAG=v9_7_0b3 ;; *) echo "bind.sh: unsupported version: $1" >&2 exit 1