diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2010-10-18 22:34:15 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-20 10:50:23 -0500 |
commit | c6fd0d7eea61f9b26d0020a47b628b17f3f0fcfd (patch) | |
tree | 420a47e519ff6236f0c9e22011be21ab6af14353 /system/prelink/prelink.conf | |
parent | b760f054f3006aa6393ab8e7497c0c0767f56f5a (diff) | |
download | slackbuilds-c6fd0d7eea61f9b26d0020a47b628b17f3f0fcfd.tar.gz |
system/prelink: Added (ELF prelinking utility)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/prelink/prelink.conf')
-rw-r--r-- | system/prelink/prelink.conf | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/system/prelink/prelink.conf b/system/prelink/prelink.conf new file mode 100644 index 0000000000..eda9bde4e2 --- /dev/null +++ b/system/prelink/prelink.conf @@ -0,0 +1,33 @@ +# This config file contains a list of directories both with binaries +# and libraries prelink should consider by default. +# If a directory name is prefixed with `-l ', the directory hierarchy +# will be walked as long as filesystem boundaries are not crossed. +# If a directory name is prefixed with `-h ', symbolic links in a +# directory hierarchy are followed. +# Directories or files with `-b ' prefix will be blacklisted. +# For more details check man prelink +# This config file is from Debian package of prelink. +-b *.la +-b *.png +-b *.py +-b *.pl +-b *.pm +-b *.sh +-b *.xml +-b *.xslt +-b *.a +-b *.js +-b /lib/modules +-b /usr/lib/locale +-l /usr/local/sbin +-l /sbin +-l /usr/sbin +-l /usr/local/bin +-l /bin +-l /usr/bin +-l /usr/X11R6/bin +-l /usr/games +-l /usr/local/lib +-l /lib +-l /usr/lib +-l /usr/X11R6/lib |