Date: Wed, 20 Mar 1996 21:12:36 -0800 (PST) From: dima@freebsd.org (Dima Ruban) To: mmead@Glock.COM (matthew c. mead) Cc: current@freebsd.org Subject: Re: X11R6.1 Message-ID: <199603210512.VAA20661@freefall.freebsd.org> In-Reply-To: <199603201311.IAA00599@neon.Glock.COM> from "matthew c. mead" at Mar 20, 96 08:11:14 am
next in thread | previous in thread | raw e-mail | index | archive | help
matthew c. mead writes: > > 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 Yes, it it. > 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 > > > > -matt > > -- > Matthew C. Mead > > mmead@Glock.COM > http://www.Glock.COM/~mmead/ > -- dima
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603210512.VAA20661>