dont pass --no-unlog if afs is not configured. Patch partly from Eray Asian

This commit is contained in:
Love Hornquist Astrand
2010-06-01 10:17:37 -07:00
parent 29cf9c937e
commit ccacfda1cc
4 changed files with 5 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ port=@port@
pwport=@pwport@
kinit="${kinit} --password-file=${objdir}/foopassword --no-afslog"
kdestroy="${kdestroy} --no-unlog"
test ! "${NO_AFS}" && kdestroy="${kdestroy} --no-unlog"
kadmin="${kadmin} -l -r $R"
kdc="${kdc} --addresses=localhost -P $port"