[OpenAFS] 1.3.70 and aklog
Asanka Herath
asanka@MIT.EDU
Tue, 17 Aug 2004 02:10:48 -0400
> Also, I'm pretty sure I should be able to specify the command line
> options to aklog in any order. (The first one just prints a help
> message, so I assume it does not work.) Is there a reason to require
> parameters in a particular order?
"[[-cell | -c] cell [-k krb_realm]]" means -c followed by an optional -k
argument. What's not so obvious is that you can specify more than one
cell-realm pair in a call to aklog. The restriction on the order of
arguments is because the krb_realm has to be associated with the cell
unambiguously.
-- Asanka