diff options
author | Shawn Routhier <sar@isc.org> | 2009-11-20 00:10:14 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2009-11-20 00:10:14 +0000 |
commit | fe4b839a226603eb3085e70d3cc1f2b6d208bdc6 (patch) | |
tree | 2dbc7abaa3f8a86eef6c6106b4d362c730ddb225 /util/bind.sh | |
parent | c900c5b249bfcb93a5dc8d463caeb78256574779 (diff) | |
download | isc-dhcp-fe4b839a226603eb3085e70d3cc1f2b6d208bdc6.tar.gz |
Update to bind 9.7.0b3, remove work around for fdwatchpoke bug
Diffstat (limited to 'util/bind.sh')
-rw-r--r-- | util/bind.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/bind.sh b/util/bind.sh index a9ee33d7..57e6ca2d 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.5 2009/11/09 20:25:00 dhankins Exp $ +# $Id: bind.sh,v 1.6 2009/11/20 00:10:14 sar Exp $ # Get the bind distribution for the libraries # This script is used to build the DHCP distribution and shouldn't be shipped @@ -30,7 +30,7 @@ binddir=$topdir/bind case $# in 1) case "$1" in - 4.2.0a2|4.2.0a1|4.2.0) BINDTAG=v9_7_0b2 ;; + 4.2.0a2|4.2.0a1|4.2.0) BINDTAG=v9_7_0b3 ;; *) echo "bind.sh: unsupported version: $1" >&2 exit 1 ;; |