Magellan Linux

Annotation of /trunk/prelink/prelink.conf-20060213

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 805 byte(s)
-import

1 niro 153 # This config file contains a list of directories both with binaries
2     # and libraries prelink should consider by default.
3     # If a directory name is prefixed with `-l ', the directory hierarchy
4     # will be walked as long as filesystem boundaries are not crossed.
5     # If a directory name is prefixed with `-h ', symbolic links in a
6     # directory hierarchy are followed.
7     # Directories or files with `-b ' prefix will be blacklisted.
8    
9     -b *.la
10     -b *.png
11     -b *.py
12     -b *.pl
13     -b *.pm
14     -b *.sh
15     -b *.xml
16     -b *.xslt
17     -b *.a
18     -b *.js
19     -b /lib/modules
20     -b /usr/lib/locale
21     -b /usr/lib/valgrind
22     -b /usr/lib/cedega
23     -b /usr/lib/wine
24     -l /bin
25     -l /sbin
26     -l /lib
27     -l /usr/bin
28     -l /usr/games
29     -l /usr/libexec
30     -l /usr/sbin
31     -l /usr/X11R6/bin
32     -l /usr/lib
33     -l /usr/X11R6/lib
34     -l /usr/local/bin
35     -l /usr/local/lib
36     -l /usr/local/sbin
37     -l /opt/kde
38     -l /opt/qt
39