pull up r19039 from trunk
authorTom Yu <tlyu@mit.edu>
Thu, 29 Mar 2007 21:36:26 +0000 (21:36 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 29 Mar 2007 21:36:26 +0000 (21:36 +0000)
 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

index 5e88fb94d479059c709a349073b3a1f858470264..ad808c3c650a962013f79fd2e0d05c1c96aeffbd 100644 (file)
@@ -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: