diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-05-12 19:39:13 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-05-12 19:39:13 +0000 |
commit | 9c900961b8e42d4e3b23a9bcbf852b24cb599885 (patch) | |
tree | 119736de7b33600b791d85d1597d3eef1a09103a /sys/modules | |
parent | 7d7dc78760f49107286b0d30b18eb704ef28a474 (diff) | |
download | FreeBSD-src-9c900961b8e42d4e3b23a9bcbf852b24cb599885.zip FreeBSD-src-9c900961b8e42d4e3b23a9bcbf852b24cb599885.tar.gz |
Check for both hint files in /var/run (elf and aout) and eventually create
them.
Sysinstall used to check /var/run/ld.so.hints (aout related) and create
hints with the ldconfig command, but the ldconfig command alone will
generate elf hints only. The correct behavior is:
* If /var/run/ld-elf.so.hints does not exist, generate elf hints
* If /var/run/ld.so.hints does not exist, generate aout hints
(using ldconfig with the -aout option)
This will help ports that check for aout libraries using ldconfig in their
pkg-req scripts.
Approved by: jkh
MFC after: 1 weeks
Diffstat (limited to 'sys/modules')
0 files changed, 0 insertions, 0 deletions