Date: Wed, 20 Mar 1996 08:11:14 -0500 (EST) From: "matthew c. mead" <mmead@Glock.COM> To: dima@FreeBSD.ORG (Dima Ruban) Cc: current@FreeBSD.ORG Subject: Re: X11R6.1 Message-ID: <199603201311.IAA00599@neon.Glock.COM> In-Reply-To: <199603200949.BAA18683@freefall.freebsd.org> from "Dima Ruban" at Mar 20, 96 01:49:16 am
next in thread | previous in thread | raw e-mail | index | archive | help
Dima Ruban writes:
> Hey guys!
> What about to add X11R6.1 to ldconfig search paths in /etc/rc?
> Anybody has anything against it? If not, I'll commit it.
Is R6.1 out yet? For site customizations I usually do
this 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
-matt
--
Matthew C. Mead
mmead@Glock.COM
http://www.Glock.COM/~mmead/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603201311.IAA00599>
