[2126] in Kerberos_V5_Development
["Randall S. Winchester" ] krb5-1.0 possible doc bug.....
daemon@ATHENA.MIT.EDU (Sam Hartman)
Thu Dec 19 19:08:06 1996
To: krbdev@MIT.EDU
From: Sam Hartman <hartmans@MIT.EDU>
Date: 19 Dec 1996 19:06:42 -0500
This is correct; we should add to the known bugs section that
you need to set both
localstatedir and sysconfdir to lib
in order to get the old, bogus directory structure.
------- Start of forwarded message -------
Date: Thu, 19 Dec 1996 18:09:38 -0500 (EST)
From: "Randall S. Winchester" <rsw@Glue.umd.edu>
To: Sam Hartman <hartmans@MIT.EDU>
Subject: krb5-1.0 possible doc bug.....
Message-Id: <Pine.SOL.3.95.961219180349.4541F-100000@atlantis.csc.umd.edu>
>From the top README
* The directory structure used for installations has changed. In
particular, files previously located in $prefix/lib/krb5kdc are now
normally located in $sysconfdir/krb5kdc. With the normal configure
options, this means the KDC database goes in /usr/local/var/krb5kdc by
default. If you wish to have the old behavior, then you would use a
configure line like the following:
configure --prefix=/usr/local --sysconfdir=/usr/local/lib
^^^^^^^^^^^
The Kerberos V5 Installation Guide refers to
--localstatdir
^^^^^^^^^^^^^^
as the way to change this with the default being $PREFIX/var/krb5kdc
from src/configure:
sysconfdir='${prefix}/etc'
localstatedir='${prefix}/var'
tar tvf krb5-1.0.doc.tar krb5-1.0/README
-rw-r--r-- 15806/101 11291 Dec 6 01:27 1996 krb5-1.0/README
FYI,
Randall
------- End of forwarded message -------