]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
And again for v4_2 branch.
authorDavid Hankins <dhankins@isc.org>
Wed, 24 Mar 2010 17:51:09 +0000 (17:51 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 24 Mar 2010 17:51:09 +0000 (17:51 +0000)
util/bind.sh

index 3b57b3df91164475d862d15d334608900aa59f47..77482baf6a6e69fb1e30f1122bbe4e1c85673319 100644 (file)
@@ -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.1 2009/12/02 22:35:03 sar Exp $
+# $Id: bind.sh,v 1.6.2.2 2010/03/24 17:51:09 dhankins Exp $
 
 # Get the bind distribution for the libraries
 # This script is used to build the DHCP distribution and shouldn't be shipped
@@ -29,6 +29,7 @@ binddir=$topdir/bind
 case $# in 
     1)
        case "$1" in 
+       4.2.0b1|4.2.0) BINDTAG=v9_7_0_P1 ;;
        4.2.0a2|4.2.0a1|4.2.0) BINDTAG=v9_7_0b3 ;;
        *) echo "bind.sh: unsupported version: $1" >&2
           exit 1