diff --git a/CHANGES b/CHANGES index 1fe8a8b7e7..2e481c609d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2023. [bug] "make install" should create ${localstatedir}/run and + ${sysconfdir} if they do not exist. [RT #16033] + 2016. [bug] Return a partial answer if recursion is not allowed but requested and we had the answer to the original qname. [RT #15945] diff --git a/Makefile.in b/Makefile.in index b2a8dda70a..41b992525d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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.41.2.3 2004/03/09 06:09:07 marka Exp $ +# $Id: Makefile.in,v 1.41.2.4 2006/05/18 01:21:07 marka Exp $ srcdir = @srcdir@ VPATH = @srcdir@ @@ -44,7 +44,8 @@ maintainer-clean:: rm -f configure installdirs: - $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} + $(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${bindir} \ + ${DESTDIR}${localstatedir}/run ${DESTDIR}${sysconfdir} install:: isc-config.sh installdirs ${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}