Jimmy Olgeni 8a6d4088fa 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
2001-05-12 19:39:13 +00:00
..
2001-04-01 07:00:35 +00:00
2001-03-30 16:32:52 +00:00
2001-05-02 19:07:46 +00:00
2001-05-12 14:34:46 +00:00
2001-05-02 01:08:09 +00:00
2001-04-07 11:21:35 +00:00
2001-04-07 11:21:35 +00:00
2001-04-18 15:54:10 +00:00
2001-04-07 11:21:35 +00:00
2001-04-02 06:21:13 +00:00
2001-04-07 11:21:35 +00:00
2001-04-18 15:54:10 +00:00
2001-04-18 15:54:10 +00:00
2001-04-18 15:54:10 +00:00
2001-04-07 11:21:35 +00:00
2001-05-09 08:37:18 +00:00
2001-04-22 03:00:09 +00:00
2001-05-02 01:08:09 +00:00