]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2023. [bug] "make install" should create ${localstatedir}/run and
authorMark Andrews <marka@isc.org>
Thu, 18 May 2006 01:21:07 +0000 (01:21 +0000)
committerMark Andrews <marka@isc.org>
Thu, 18 May 2006 01:21:07 +0000 (01:21 +0000)
                        ${sysconfdir} if they do not exist. [RT #16033]

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index 1fe8a8b7e747daa3f5634f2998794795b9bf0984..2e481c609da7a29eef1731f5a8cc404dbd191191 100644 (file)
--- 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]
index b2a8dda70af8b5a50eaeac99aec99b0c91555d5a..41b992525d5e48ffbcc76f70efb9b09c028de398 100644 (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.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}