| Summary: | Documentation does not explain FEATURES="prelink" | ||
|---|---|---|---|
| Product: | [OLD] Docs-user | Reporter: | Owen Gunden <ogunden> |
| Component: | Prelink HOWTO | Assignee: | Docs Team <docs-team> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://forums.gentoo.org/viewtopic.php?p=297173 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Owen Gunden
2003-04-26 01:01:37 UTC
It should also mention that /etc/prelink.conf is not generated automatically by portage, but by env-update (yes, okay, part of portage, but it's not obvious since the text seems to imply that emerging prelink will automatically generate /etc/prelink.conf which it does not). there is no such thing as FEATURES="prelink"
from portage.py:
if spawn("/usr/sbin/prelink --version > /dev/null 2>&1",free=1) == 0:
prelink_capable=1
|