OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../prelink/prelink.conf.data
  5. # Copyright (C) 1998 - 2003 Clifford Wolf
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. # Created for ROCK Linux by Rene Rebe <rene@exactcode.de>
  15. # This config file contains a list of directories both with binaries
  16. # and libraries prelink should consider by default.
  17. # If a directory name is prefixed with `-l ', the directory hierarchy
  18. # will be walked as long as filesystem boundaries are not crossed.
  19. # If a directory name is prefixed with `-h ', symbolic links in a
  20. # directory hierarchy are followed.
  21. -l /bin
  22. -l /sbin
  23. -l /lib
  24. -l /usr/bin
  25. -l /usr/sbin
  26. -l /usr/lib
  27. -l /usr/libexec
  28. -l /usr/X11/bin
  29. -l /usr/X11/lib
  30. -l /opt
  31. -l /usr/local/bin
  32. -l /usr/local/sbin
  33. -l /usr/local/libexec