[Bugs] [Bug 1294077] New: uses deprecated find -perm +xxx syntax
bugzilla at redhat.com
bugzilla at redhat.com
Thu Dec 24 13:17:29 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1294077
Bug ID: 1294077
Summary: uses deprecated find -perm +xxx syntax
Product: GlusterFS
Version: 3.7.6
Component: unclassified
Assignee: bugs at gluster.org
Reporter: ametzler at bebt.de
CC: bugs at gluster.org, gluster-bugs at redhat.com
Hello,
glusterfs/extras/backend-cleanup.sh uses
find [...] -perm +01000 [...]
This GNU extension syntax is deprecated and does not work in GNU findutils
4.5.11 and later. Please change to find -perm /xxx instead.
The new syntax was introduced in 4.2.25 (October 2005) and should therefore be
available on any relevant system.
cu Andreas
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list