Package: prelink
Version: 0.0.20130503-1
Followup-For: Bug #732343
Dear Maintainer,
*** Reporter, please consider answering these questions, where appropriate ***
Another script to prelink most prelink-able binaries:
#!/bin/sh
grep -v \# /etc/prelink.conf|grep '\-l'|awk '{print $2}'|xargs -i \
find {} -type f -perm /u=x,g=x,o=x -print|xargs ionice -c3 file|grep ELF \
|grep dynamically|awk '{print $1}'|sed -e 's/://g'|xargs prelink -v \
|grep -v 000000
This explicitly passes dynamically linked executable ELF binaries to prelink.
*** End of the template - remove these template lines ***
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500,
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.17.0-rc1+ (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages prelink depends on:
ii execstack 0.0.20130503-1
prelink recommends no packages.
prelink suggests no packages.
-- Configuration Files:
/etc/prelink.conf changed [not included]
-- debconf-show failed
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]