Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 1996 00:39:35 -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:  <199603210539.AAA00749@neon.Glock.COM>
In-Reply-To: <199603210512.VAA20661@freefall.freebsd.org> from "Dima Ruban" at Mar 20, 96 09:12:36 pm

next in thread | previous in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603210539.AAA00749>