NAME

prelink - The LCFG prelink component to carry the prelink configuration file template

DESCRIPTION

Configuration file template for prelink - configured by the file component

RESOURCES (of the file component relevant to configuring prelink)

file.files

The file.files resource needs to have prelink added as a value in order to create the prelink configuration file.

This should be set to /etc/prelink.conf

This should be set to template

This should be set to /usr/lib/lcfg/conf/prelink/templates/prelink.tmpl

file.variables

The file.variables resource needs to have prelinked bprelinked lprelinked and hprelinked added as values in order to create the prelink configuration file.

file.v_bprelinked

This should be set to a list of globs, directories and paths to executables that should be excluded from the prelinking.

e.g. for FC3 it should initially be set to *.la *.png *.py *.pl *.pm *.sh *.xml *.xslt *.a *.js /lib/modules /usr/lib/locale /usr/X11R6/lib{,64}/X11/xfig

file.v_lprelinked

This should be set to a list of directory hierarchies containing executables that should be prelinked. See the -l option described in the prelink man page.

e.g. for FC3 it should initially be set to /bin /usr/bin /sbin /usr/sbin /usr/X11R6/bin /usr/kerberos/bin /usr/games /usr/libexec /var/ftp/bin /lib{,64} /usr/lib{,64} /usr/X11R6/lib{,64} /usr/kerberos/lib{,64} /usr/X11R6/LessTif /var/ftp/lib{,64}

file.v_hprelinked

This should be set to a list of directory hierarchies containing executables that should be prelinked (following symbolic links). See the -h option described in the prelink man page.

e.g. for FC3 it should initially be empty

file.v_prelinked

This should be set to a list of directory hierarchies containing executables that should be prelinked. See the prelink man page.

e.g. for FC3 it should initially be empty

PLATFORMS

Fedora3, Fedora5, Fedora6, Scientific5

AUTHOR

Stephen Quinney <squinney@inf.ed.ac.uk>