diff --git a/CHANGES b/CHANGES index f659a4edc2..9f4591ed5a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ + 932. [bug] Use INSTALL_SCRIPT, not INSTALL_PROGRAM, + when installing isc-config.sh. + [RT #198, #1466] + 931. [bug] The controls statement only attempted to verify - messages using the first key in the key list. + messages using the first key in the key list. (9.2.0a1/a2 only). 930. [func] Query performance testing tool added as @@ -9,7 +13,7 @@ 929. [placeholder] 928. [bug] nsupdate would send empty update packets if the - send (or empty line) command was run after + send (or empty line) command was run after another send but before any new updates or prerequisites were specified. It should simply ignore this command. diff --git a/Makefile.in b/Makefile.in index e2837f5669..616cc5bb9e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: Makefile.in,v 1.40 2001/07/04 03:37:43 marka Exp $ +# $Id: Makefile.in,v 1.41 2001/07/13 01:38:49 gson Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -40,7 +40,7 @@ installdirs: $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} install:: isc-config.sh installdirs - ${INSTALL_PROGRAM} isc-config.sh ${DESTDIR}${bindir} + ${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir} tags: rm -f TAGS diff --git a/make/rules.in b/make/rules.in index 27a24c0490..d37335eae2 100644 --- a/make/rules.in +++ b/make/rules.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.38 2001/06/18 17:47:26 gson Exp $ +# $Id: rules.in,v 1.39 2001/07/13 01:38:51 gson Exp $ ### ### Common Makefile rules for BIND 9. @@ -170,6 +170,7 @@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_DATA = @INSTALL_DATA@ ###