2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

2791. [bug] The installation of isc-config.sh was broken. [RT #20667]

This commit is contained in:
Mark Andrews 2009-11-26 20:52:44 +00:00
parent 54341ecaa1
commit 49f788cbd3
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
2791. [bug] The installation of isc-config.sh was broken. [RT #20667]
2790. [bug] Handle DS queries to stub zones.
2789. [bug] Fixed an INSIST in dispatch.c [RT #20576]

View File

@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.57 2009/09/01 00:22:24 jinmei Exp $
# $Id: Makefile.in,v 1.58 2009/11/26 20:52:44 marka Exp $
srcdir = @srcdir@
VPATH = @srcdir@
@ -53,7 +53,7 @@ installdirs:
$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
install:: isc-config.sh installdirs
${INSTALL_SCRIPT} ${top_srcdir}/isc-config.sh ${DESTDIR}${bindir}
${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
${INSTALL_DATA} ${top_srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1
${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}