summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-10-11 22:37:34 +0000
committerobrien <obrien@FreeBSD.org>2004-10-11 22:37:34 +0000
commit8dd74215fa16c6238ed570e86fe3da18f006bb15 (patch)
treefec52b4c37d609c680760ccff9009ad8aacefe0b /etc
parentf8e9fe2c7c0adfde083984faac26ca5031662190 (diff)
downloadFreeBSD-src-8dd74215fa16c6238ed570e86fe3da18f006bb15.zip
FreeBSD-src-8dd74215fa16c6238ed570e86fe3da18f006bb15.tar.gz
'portupgrade' places obsoleted shared libraries in /usr/local/lib/compat/pkg,
so add this the list of directories ldconfig'ed.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 451a479..0d9c891 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -438,7 +438,8 @@ svr4_enable="NO" # SysVR4 emulation loaded at startup (or NO).
osf1_enable="NO" # Alpha OSF/1 emulation loaded at startup (or NO).
clear_tmp_enable="NO" # Clear /tmp at startup.
ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks
-ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib"
+ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/com
+pat/pkg"
# shared library search paths
ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout"
# a.out shared library search paths
OpenPOWER on IntegriCloud