Package: zlibc
Version: 0.9k-4.2
User: [email protected]
Usertags: find-perm-plus

Hello,

the zlibc 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.

--------------
zlibc_0.9k-4.2/contrib/GZip

Gunzip:
find $files $maxdepth -type f -not -perm +7111 \
  -not -empty $exclude_files:q $exclude_dirs:q -links 1 -not -fstype proc \
  -exec $ungzip_data:q $options:q '{}' ';' 

PathRank: 1.0753027, Final: 1.1290679
zlibc_0.9k-4.2/contrib/GZip

GZip:
find $files $maxdepth -type f -not -perm +7111 \
  $sizes $exclude_files:q $exclude_dirs:q -links 1 -not -fstype proc \
  -exec $gzip_data:q $options:q '{}' ';' 

PathRank: 1.0753027, Final: 1.1290679
zlibc_0.9k-4.2/contrib/GZip

  -exec $gzip_data:q $options:q '{}' ';' 
if ( $?compress_exec ) then
  find $files $maxdepth -type f -perm +111 -not -perm +7000 \
    $sizes $exclude_files:q $exclude_dirs:q -links 1 -not -fstype proc \
    -not -name lib*.so -not -name lib*.so.* -not -name ld.so \

PathRank: 1.0753027, Final: 1.1279925
zlibc_0.9k-4.2/contrib/GZip

  -exec $ungzip_data:q $options:q '{}' ';' 
if ( $?uncompress_exec ) then
  find $files $maxdepth -type f -perm +111 -not -perm +7000 \
    -not -empty $exclude_files:q $exclude_dirs:q -links 1 -not -fstype proc \
    -not -name lib*.so -not -name lib*.so.* -not -name ld.so \
--------------

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