abstract out --no-afslog and --no-unlog

This commit is contained in:
Love Hornquist Astrand
2010-06-01 14:42:16 -07:00
parent d94ba7a5de
commit 86da42df1d
18 changed files with 40 additions and 32 deletions

View File

@@ -55,9 +55,9 @@ kadmind="${kadmind} -p $admport"
server=host/datan.test.h5l.se
kinit="${kinit} -c $cache --no-afslog"
kinit="${kinit} -c $cache ${afs_no_afslog}"
kgetcred="${kgetcred} -c $cache"
kdestroy="${kdestroy} -c $cache --no-unlog"
kdestroy="${kdestroy} -c $cache ${afs_no_unlog}"
KRB5_CONFIG="${objdir}/krb5.conf"
export KRB5_CONFIG