diff options
author | Shawn Routhier <sar@isc.org> | 2014-09-10 20:26:40 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2014-09-10 20:26:40 -0700 |
commit | 1dceab6c75ce7bad309da9114d9e7f518291a955 (patch) | |
tree | 5bc0288611b9db44906a78088a171956ed9cffdb /util | |
parent | 2a537542d6ab3d795fb9bab9b2990625d543ce41 (diff) | |
download | isc-dhcp-1dceab6c75ce7bad309da9114d9e7f518291a955.tar.gz |
[master] Remove unneeded defines for errors
As part of 4.2.0 we renamed a number of errors but continued
to include the old ones in case somebody was building something
using our libraries. This #ifdefs them and by defaults removes them
from the compile.
Diffstat (limited to 'util')
-rw-r--r-- | util/bind.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/bind.sh b/util/bind.sh index 352fe9e1..173bca6b 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -49,11 +49,11 @@ case $# in ### tarball with vastly different values. So the version.tmp can not ### be used to chdir down into the directory that is unpacked. ### - v4_2) noSNAP=snapshot BINDTAG=v9_9_5_P1 ;; - v4_3) noSNAP=snapshot BINDTAG=v9_9_5_P1 ;; + v4_2) noSNAP=snapshot BINDTAG=v9_9 ;; + v4_3) noSNAP=snapshot BINDTAG=v9_9 ;; ### 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_5_P1 ;; + 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 |