[Bugs] [Bug 1294223] New: uses deprecated find -perm +xxx syntax

bugzilla at redhat.com bugzilla at redhat.com
Fri Dec 25 15:12:50 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1294223

            Bug ID: 1294223
           Summary: uses deprecated find -perm +xxx syntax
           Product: GlusterFS
           Version: mainline
         Component: scripts
          Keywords: EasyFix, Triaged
          Assignee: ndevos at redhat.com
          Reporter: ndevos at redhat.com
                CC: bugs at gluster.org, gluster-bugs at redhat.com
            Blocks: 1294077



+++ This bug was initially created as a clone of Bug #1294077 +++
+++                                                           +++
+++ Use this bug to providea fix for the master branch.       +++

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


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1294077
[Bug 1294077] uses deprecated find -perm +xxx syntax
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=bf9Th8XY1m&a=cc_unsubscribe


More information about the Bugs mailing list