Put back @owner/@group/@mode behavior I took out way back when.
Submitted-By: pst
This commit is contained in:
parent
d5b752205d
commit
27af559c36
@ -40,7 +40,7 @@ static const char *rcsid = "$FreeBSD$";
|
||||
where_count = sizeof(STARTSTRING)-1; \
|
||||
} \
|
||||
if (perm_count) { \
|
||||
if (!isdir(todir)) apply_perms(todir, perm_args); \
|
||||
apply_perms(todir, perm_args); \
|
||||
perm_args[0] = 0;\
|
||||
perm_count = 0; \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user