Date: Sat, 12 May 2001 12:39:14 -0700 (PDT) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall package.c Message-ID: <200105121939.f4CJdEB43237@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
olgeni 2001/05/12 12:39:14 PDT Modified files: usr.sbin/sysinstall package.c Log: 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 Revision Changes Path 1.94 +4 -2 src/usr.sbin/sysinstall/package.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105121939.f4CJdEB43237>