[Bugs] [Bug 1294223] uses deprecated find -perm +xxx syntax
bugzilla at redhat.com
bugzilla at redhat.com
Thu Jan 14 11:41:02 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1294223
--- Comment #2 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/13080 committed in master by Kaleb KEITHLEY
(kkeithle at redhat.com)
------
commit 11f6ad26febad1ae7752c2cb7f2c34b1153cae08
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.
BUG: 1294223
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/13080
Tested-by: Gluster Build System <jenkins at build.gluster.com>
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=8VPLaGv4R8&a=cc_unsubscribe
More information about the Bugs
mailing list