abstract out --no-afslog and --no-unlog
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user