Specifify explicitly that the database is in the current directory.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16319 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-11-30 12:22:38 +00:00
parent 6e58db8120
commit fe6921c768

View File

@@ -44,8 +44,8 @@ kstash="../../kdc/kstash"
hprop="../../kdc/hprop" hprop="../../kdc/hprop"
hpropd="../../kdc/hpropd" hpropd="../../kdc/hpropd"
propdb="${hprop} --database=current-db -n" propdb="${hprop} --database=./current-db -n"
propddb="${hpropd} --database=current-db -n" propddb="${hpropd} --database=./current-db -n"
KRB5_CONFIG="${objdir}/krb5.conf" KRB5_CONFIG="${objdir}/krb5.conf"