From f39a3455d22de39110df9bb8108f85e89870c721 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 29 Mar 2007 21:36:26 +0000 Subject: [PATCH] pull up r19039 from trunk r19039@cathode-dark-space: raeburn | 2007-01-08 17:51:23 -0500 ticket: new subject: create KDC database directory The default directory for the KDC database files doesn't exist after a normal "make install". Reported by Jeff Blaine. * Makefile.in (INSTALLMKDIRS): Add var (really localstatedir) and var/krb5kdc to directories to be created at "make install" time, even though it'll be empty on most machines (since most probably aren't KDCs). ticket: 5294 version_fixed: 1.6.1 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19309 dc483132-0cff-0310-8789-dd5450dbe970 --- src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.in b/src/Makefile.in index 5e88fb94d..ad808c3c6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -69,6 +69,7 @@ INSTALLMKDIRS = $(KRB5ROOT) $(KRB5MANROOT) $(KRB5OTHERMKDIRS) \ $(FILE_MANDIR) $(KRB5_LIBDIR) $(KRB5_INCDIR) \ $(KRB5_DB_MODULE_DIR) \ $(KRB5_LIBKRB5_MODULE_DIR) \ + @localstatedir@ @localstatedir@/krb5kdc \ $(KRB5_INCSUBDIRS) $(datadir) $(EXAMPLEDIR) install-strip: -- 2.26.2