K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-05-12T19:39:13.000000Z K 7 svn:log V 573 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 END