2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-04 00:05:30 +00:00

Make that 9.7.0p1.

This commit is contained in:
David Hankins
2010-03-24 17:50:19 +00:00
parent 64483f4d3c
commit f2d4f64457

View File

@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE. # PERFORMANCE OF THIS SOFTWARE.
# $Id: bind.sh,v 1.8 2010/03/24 17:30:49 dhankins Exp $ # $Id: bind.sh,v 1.9 2010/03/24 17:50:19 dhankins Exp $
# Get the bind distribution for the libraries # Get the bind distribution for the libraries
# This script is used to build the DHCP distribution and shouldn't be shipped # This script is used to build the DHCP distribution and shouldn't be shipped
@@ -29,7 +29,7 @@ binddir=$topdir/bind
case $# in case $# in
1) 1)
case "$1" in case "$1" in
4.2.0b1|4.2.0) BINDTAG=v9_7_0 ;; 4.2.0b1|4.2.0) BINDTAG=v9_7_0_P1 ;;
4.2.0a2|4.2.0a1) BINDTAG=v9_7_0b3 ;; 4.2.0a2|4.2.0a1) BINDTAG=v9_7_0b3 ;;
*) echo "bind.sh: unsupported version: $1" >&2 *) echo "bind.sh: unsupported version: $1" >&2
exit 1 exit 1