summaryrefslogtreecommitdiffstats
path: root/trunk/doc/prelink.conf
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/doc/prelink.conf')
-rw-r--r--trunk/doc/prelink.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/trunk/doc/prelink.conf b/trunk/doc/prelink.conf
new file mode 100644
index 0000000..0b0e8ca
--- /dev/null
+++ b/trunk/doc/prelink.conf
@@ -0,0 +1,35 @@
+# 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.
+-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
+-b /usr/X11R6/lib{,64}/X11/xfig
+-l /bin
+-l /usr/bin
+-l /sbin
+-l /usr/sbin
+-l /usr/X11R6/bin
+-l /usr/kerberos/bin
+-l /usr/games
+-l /usr/libexec
+-l /var/ftp/bin
+-l /lib{,64}
+-l /usr/lib{,64}
+-l /usr/X11R6/lib{,64}
+-l /usr/kerberos/lib{,64}
+-l /usr/X11R6/LessTif
+-l /var/ftp/lib{,64}