diff options
Diffstat (limited to 'packages/prelink/prelink-20031029/prelink.conf')
-rw-r--r-- | packages/prelink/prelink-20031029/prelink.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/prelink/prelink-20031029/prelink.conf b/packages/prelink/prelink-20031029/prelink.conf index e69de29bb2..1777aa849e 100644 --- a/packages/prelink/prelink-20031029/prelink.conf +++ b/packages/prelink/prelink-20031029/prelink.conf @@ -0,0 +1,21 @@ +--- prelink-0.0.20040115.orig/debian/prelink.conf ++++ prelink-0.0.20040115/debian/prelink.conf +@@ -0,0 +1,18 @@ ++# 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. ++-l /usr/local/sbin ++-l /sbin ++-l /usr/sbin ++-l /usr/local/bin ++-l /bin ++-l /usr/bin ++-l /usr/X11R6/bin ++-l /usr/games ++-l /usr/local/lib ++-l /lib ++-l /usr/lib ++-l /usr/X11R6/lib |