From c1020619704ccc41710cd2b568e9b1c9bfee15d6 Mon Sep 17 00:00:00 2001 From: gordon Date: Sun, 17 Aug 2003 07:49:11 +0000 Subject: Prepend /lib to the search order for libraries. --- etc/rc.d/ldconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/rc.d/ldconfig b/etc/rc.d/ldconfig index 9aa7a64..ac096da 100755 --- a/etc/rc.d/ldconfig +++ b/etc/rc.d/ldconfig @@ -24,7 +24,7 @@ ldconfig_start() ldconfig=${ldconfig_command} checkyesno ldconfig_insecure && _ins="-i" if [ -x "${ldconfig_command}" ]; then - _LDC=/usr/lib + _LDC="/lib /usr/lib" for i in ${ldconfig_paths} /etc/ld-elf.so.conf; do if [ -r "${i}" ]; then _LDC="${_LDC} ${i}" -- cgit v1.1