Subject: Re: changed files: 'src/gnu/usr.bin/ld shlib.c'
To: None <mycroft@sun-lamp.cs.berkeley.edu>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: source-changes
Date: 11/22/1993 10:02:10
> Log Message:
> Add /usr/X386/lib to the standard list of library paths.
> 

I am not at all sure about this. Does everyone install X this way?
Even so, I think we shouldn't resort to built-in paths for things that
are not part of the (Net)BSD distribution.

I'd rather see something like this in /etc/rc:

if [ -d /usr/X386/lib ]; then
	ld_paths=$ld_paths:/usr/X386/lib
fi
... more of same ...

/sbin/ldconfig $ld_paths


-pk


------------------------------------------------------------------------------