[Bugs] [Bug 1294077] uses deprecated find -perm +xxx syntax

bugzilla at redhat.com bugzilla at redhat.com
Sun May 1 13:37:02 UTC 2016


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



--- Comment #4 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/13081 committed in release-3.7 by Niels de
Vos (ndevos at redhat.com) 
------
commit 864248af01ba777a53a0eda4fb7b7c23852a8205
Author: Niels de Vos <ndevos at redhat.com>
Date:   Fri Dec 25 16:19:59 2015 +0100

    scripts: correct the usage of -perm in backend-cleanup.sh

    extras/backend-cleanup.sh uses deprecated find -perm +xxx syntax:

      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.

    Bachport of this change on the master branch:
    > BUG: 1294223
    > Reviewed-on: http://review.gluster.org/13080
    > Change-Id: Ice742957dd24f0ab4f70a8569dff6f2536e9ac1e
    > Reported-by: Andreas Metzler <ametzler at bebt.de>
    > Signed-off-by: Niels de Vos <ndevos at redhat.com>

    BUG: 1294077
    Change-Id: Ice742957dd24f0ab4f70a8569dff6f2536e9ac1e
    Reported-by: Andreas Metzler <ametzler at bebt.de>
    Signed-off-by: Niels de Vos <ndevos at redhat.com>
    Reviewed-on: http://review.gluster.org/13081
    Smoke: Gluster Build System <jenkins at build.gluster.com>
    CentOS-regression: Gluster Build System <jenkins at build.gluster.com>
    NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
    Reviewed-by: Kaleb KEITHLEY <kkeithle at redhat.com>

-- 
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=ShfOoSDGRb&a=cc_unsubscribe


More information about the Bugs mailing list