From owner-freebsd-current Fri Jul 11 09:44:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA19649 for current-outgoing; Fri, 11 Jul 1997 09:44:54 -0700 (PDT) Received: from shrimp.dataplex.net (shrimp.dataplex.net [208.2.87.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA19636 for ; Fri, 11 Jul 1997 09:44:49 -0700 (PDT) Received: from [204.69.236.50] (GATEWAY.SKIPSTONE.COM [198.214.10.129]) by shrimp.dataplex.net (8.8.5/8.8.5) with SMTP id LAA00761; Fri, 11 Jul 1997 11:43:57 -0500 (CDT) Date: 11 Jul 97 11:43:56 -0500 Subject: Re: Heads up and and a call for a show of hands. From: "Richard Wackerbarth" To: "Jordan K. Hubbard" Cc: current@FreeBSD.ORG X-Mailer: Cyberdog/2.0 MIME-Version: 1.0 Message-Id: Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Jul 11, 1997 10:16 AM, Jordan K. Hubbard wrote: > Should /etc/ld.so.conf be an _override_ or an _add on_ to the "detected" ldconfig path list? [arguments omitted] Why not get both effects. Have two config files, for example, /etc/ld.so.conf and /usr/local/etc/ld.so.conf. If either does not exist, /etc/rc would generate them. /etc/ld.so.conf would be generated to emulate the current "sniffed" configuration. /usr/local/etc/ld.so.conf would initially be empty. It would be the default place to append additional items. If you wish the sniffer to run at every boot, the rc.local can simply rm the /etc/ld.so.conf file.