From owner-cvs-etc Mon Sep 2 10:48:41 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04152 for cvs-etc-outgoing; Mon, 2 Sep 1996 10:48:41 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA04127; Mon, 2 Sep 1996 10:48:20 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id LAA22497; Mon, 2 Sep 1996 11:48:15 -0600 (MDT) Date: Mon, 2 Sep 1996 11:48:15 -0600 (MDT) Message-Id: <199609021748.LAA22497@rocky.mt.sri.com> From: Nate Williams To: Poul-Henning Kamp Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-etc@freefall.freebsd.org Subject: Re: cvs commit: src/etc rc src/etc/mtree BSD.usr.dist In-Reply-To: <199609021310.GAA10377@freefall.freebsd.org> References: <199609021310.GAA10377@freefall.freebsd.org> Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > phk 96/09/02 06:10:03 > > Modified: etc rc > etc/mtree BSD.usr.dist > Log: > Add support for shlibs in /usr/lib/compat that the linker will not find > at compile time, but ldd will at runtime. Cool, this is a great idea Poul. It provides the best of all worlds. Nate