Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# 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
# `-c ' is used to source additional config file snippets.
9
-c /etc/prelink.conf.d/*.conf
10
-b *.la
11
-b *.png
12
-b *.py
13
-b *.pl
14
-b *.pm
15
-b *.sh
16
-b *.xml
17
-b *.xslt
18
-b *.a
19
-b *.js
20
-b /lib/modules
21
-b /usr/lib/locale
22
-l /bin
23
-l /usr/bin
24
-l /sbin
25
-l /usr/sbin
26
-l /usr/kerberos/bin
27
-l /usr/games
28
-l /usr/libexec
29
-l /var/ftp/bin
30
-l /lib{,64}
31
-l /usr/lib{,64}
32
-l /var/ftp/lib{,64}