summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormatteo <matteo@FreeBSD.org>2006-02-13 21:10:03 +0000
committermatteo <matteo@FreeBSD.org>2006-02-13 21:10:03 +0000
commit14c058cfc9fc018b69fef67bf8688947c1046cc6 (patch)
tree63e63a8c879d7790fb4584ad1f0a2f88860ba0ae /etc
parenteb96e9859d24582e50b67596da4185e4c75883d9 (diff)
downloadFreeBSD-src-14c058cfc9fc018b69fef67bf8688947c1046cc6.zip
FreeBSD-src-14c058cfc9fc018b69fef67bf8688947c1046cc6.tar.gz
Add a default ldconfig32_paths entry in default/rc.conf for 32-bit compatability shared libraries.
It is used by the ldconfig rc.d scripts. Document this variable in the man page PR: amd64/91571 Approved by: philip (mentor) MFC after: 3
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 3c28fdb..4eaed6e 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -503,6 +503,7 @@ clear_tmp_X="YES" # Clear and recreate X11-related directories in /tmp
ldconfig_insecure="NO" # Set to YES to disable ldconfig security checks
ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/compat/pkg"
# shared library search paths
+ldconfig32_paths="/usr/lib32" # 32-bit compatibility 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
ldconfig_local_dirs="/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig"
OpenPOWER on IntegriCloud