mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
bos-fix-mode-complaints-20031024
FIXES 2277 complain correctly about mode
This commit is contained in:
parent
e2e93aa892
commit
c5110942b9
@ -1415,7 +1415,8 @@ DirAccessOK()
|
||||
if (!StatEachEntry(e)) {
|
||||
bozo_Log("unhappy with %s which is a %s that should "
|
||||
"have at least rights %o, at most rights %o %s\n",
|
||||
e->path, e->dir ? "dir" : "file", e->reqPerm, e->proPerm,
|
||||
e->path, e->dir ? "dir" : "file", e->reqPerm,
|
||||
(~e->proPerm & 0777),
|
||||
e->rootOwner ? ", owned by root" : "");
|
||||
result = 0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user