Annotation of /trunk/prelink/prelink.conf-20060712
Parent Directory | Revision Log
Revision 88 -
(hide annotations)
(download)
Sun Dec 24 14:03:31 2006 UTC (17 years, 10 months ago) by niro
File size: 973 byte(s)
Sun Dec 24 14:03:31 2006 UTC (17 years, 10 months ago) by niro
File size: 973 byte(s)
.
1 | niro | 88 | # $Header: /root/magellan-cvs/src/prelink/prelink.conf-20060712,v 1.2 2006-12-24 14:03:31 niro Exp $ |
2 | |||
3 | niro | 87 | # This config file contains a list of directories both with binaries |
4 | # and libraries prelink should consider by default. | ||
5 | # If a directory name is prefixed with `-l ', the directory hierarchy | ||
6 | # will be walked as long as filesystem boundaries are not crossed. | ||
7 | # If a directory name is prefixed with `-h ', symbolic links in a | ||
8 | # directory hierarchy are followed. | ||
9 | # Directories or files with `-b ' prefix will be blacklisted. | ||
10 | |||
11 | -b *.la | ||
12 | -b *.png | ||
13 | -b *.py | ||
14 | -b *.pl | ||
15 | -b *.pm | ||
16 | -b *.sh | ||
17 | -b *.xml | ||
18 | -b *.xslt | ||
19 | -b *.a | ||
20 | -b *.js | ||
21 | -b /lib/modules | ||
22 | -b /usr/lib/locale | ||
23 | -b /usr/lib{,64}/valgrind | ||
24 | -b /usr/lib{,64}/cedega | ||
25 | -b /usr/lib{,64}/wine | ||
26 | -b /usr/X11R6/lib{,64}/X11/xfig | ||
27 | -l /bin | ||
28 | -l /sbin | ||
29 | -l /lib{,64} | ||
30 | -l /usr/bin | ||
31 | -l /usr/games | ||
32 | -l /usr/libexec | ||
33 | -l /usr/sbin | ||
34 | -l /usr/X11R6/bin | ||
35 | -l /usr/lib{,64} | ||
36 | -l /usr/X11R6/lib{,64} | ||
37 | -l /usr/local/bin | ||
38 | -l /usr/local/lib{,64} | ||
39 | -l /usr/local/sbin | ||
40 | -l /opt/kde | ||
41 | -l /opt/qt |