__acl: (open|net)bsd do not have (get|set)facl
This commit is contained in:
parent
2cde09648c
commit
d71eb3d8bd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ setfacl_exec='setfacl'
|
|||
|
||||
if [ -f "$__object/parameter/recursive" ]
|
||||
then
|
||||
if echo "$os" | grep -Eq 'macosx|netbsd|freebsd|openbsd'
|
||||
if echo "$os" | grep -Eq 'macosx|freebsd'
|
||||
then
|
||||
echo "$os setfacl do not support recursive operations" >&2
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue