Package: binstats
Version: 1.08-8
User: [email protected]
Usertags: find-perm-plus

Hello,

the binstats package uses find -perm +xxx. 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.

--------------
binstats_1.08-8/binstats

echo "Look in $EXEDIR for executables"
find $EXEDIR -perm +111 -maxdepth 1 -type f -follow -print 2>/dev/null| \
 derefsymlink -s | sort | uniq | \
 awk -F '/' '{ printf "%s:%s\n", $NF, $0 }' > $ETEMPA
--------------

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

Reply via email to