projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2a2ef
)
fix debug message in checkperms
author
Jameson Rollins
<jrollins@finestructure.net>
Sun, 4 Jul 2010 04:15:02 +0000
(
00:15
-0400)
committer
Jameson Rollins
<jrollins@finestructure.net>
Sun, 4 Jul 2010 04:15:02 +0000
(
00:15
-0400)
src/share/checkperms
patch
|
blob
|
history
diff --git
a/src/share/checkperms
b/src/share/checkperms
index aa67d964c1630e849b2aae39ae7d2497a6beec94..3f8ad567baebb03ac442fbd3ecd8169d76bb83df 100755
(executable)
--- a/
src/share/checkperms
+++ b/
src/share/checkperms
@@
-88,7
+88,7
@@
sub permissions_ok {
# OpenSSH sources for an explanation of this bailout (see also
# monkeysphere #675):
if ($path eq $user->dir) {
- mslog('DEBUG', "stopping at
the
%s's home directory '%s'\n", $user->name, $path);
+ mslog('DEBUG', "stopping at %s's home directory '%s'\n", $user->name, $path);
return undef;
}