From owner-freebsd-current Wed Mar 20 21:39:40 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA22670 for current-outgoing; Wed, 20 Mar 1996 21:39:40 -0800 (PST) Received: from neon.Glock.COM (root@neon.glock.com [198.82.228.159]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id VAA22654 Wed, 20 Mar 1996 21:39:37 -0800 (PST) Received: (from mmead@localhost) by neon.Glock.COM (8.7.4/8.7.3) id AAA00749; Thu, 21 Mar 1996 00:39:35 -0500 (EST) From: "matthew c. mead" Message-Id: <199603210539.AAA00749@neon.Glock.COM> Subject: Re: X11R6.1 To: dima@freebsd.org (Dima Ruban) Date: Thu, 21 Mar 1996 00:39:35 -0500 (EST) Cc: current@freebsd.org In-Reply-To: <199603210512.VAA20661@freefall.freebsd.org> from "Dima Ruban" at Mar 20, 96 09:12:36 pm X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dima Ruban writes: > > Is R6.1 out yet? For site customizations I usually do > Yes, it it. Kewl! > > this in /etc/rc.local: > I don't think, this thing should go to /etc/rc.local. Early or late this > thing will be standard for the system, so there's no reason to put it > in /etc/rc.local > > if [ -x /sbin/ldconfig ]; then > > _LDC="" > > if [ -d /usr/local/X11R6/lib ]; then > > _LDC="${_LDC} /usr/local/X11R6/lib" > > fi > > echo 'adding to ldconfig path:' ${_LDC} > > ldconfig -m ${_LDC} > > fi Yeah, I thought it was going to be a port or something for a while... -matt -- Matthew C. Mead mmead@Glock.COM http://www.Glock.COM/~mmead/