summaryrefslogtreecommitdiff
path: root/util/bind.sh
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2013-04-10 13:57:52 -0700
committerShawn Routhier <sar@isc.org>2013-04-10 13:57:52 -0700
commit7133470475b841299f06487039be10003d020456 (patch)
tree875ab369276d74c06322fd27355903622e502cdf /util/bind.sh
parentcc17cbc39894eea6104b5268e14016334c3d0afb (diff)
downloadisc-dhcp-7133470475b841299f06487039be10003d020456.tar.gz
[master]
Update bind.sh to use v9_9 until we update DHCP to use shared libraries. See ticket 33195
Diffstat (limited to 'util/bind.sh')
-rw-r--r--util/bind.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/bind.sh b/util/bind.sh
index ae86ce1b..8704fe1c 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -50,7 +50,10 @@ case $# in
### be used to chdir down into the directory that is unpacked.
###
v4_2) noSNAP=snapshot BINDTAG=v9_8 ;;
- HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=HEAD ;;
+ ### change to using the head of v9_9 until we upgrade DHCP
+ ### to use shared libraries
+ HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=v9_9 ;;
+ ### HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=HEAD ;;
###
### For ease of use, this records the sticky tag of versions
### released with each point release.