From owner-cvs-all Sat May 12 12:39:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8563A37B424; Sat, 12 May 2001 12:39:14 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4CJdEB43237; Sat, 12 May 2001 12:39:14 -0700 (PDT) (envelope-from olgeni) Message-Id: <200105121939.f4CJdEB43237@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 12 May 2001 12:39:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall package.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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