33 lines
789 B
Plaintext
33 lines
789 B
Plaintext
|
# 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.
|
||
|
# `-c ' is used to source additional config file snippets.
|
||
|
-c /etc/prelink.conf.d/*.conf
|
||
|
-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 /bin
|
||
|
-l /usr/bin
|
||
|
-l /sbin
|
||
|
-l /usr/sbin
|
||
|
-l /usr/kerberos/bin
|
||
|
-l /usr/games
|
||
|
-l /usr/libexec
|
||
|
-l /var/ftp/bin
|
||
|
-l /lib{,64}
|
||
|
-l /usr/lib{,64}
|
||
|
-l /var/ftp/lib{,64}
|