diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2014-08-01 19:32:20 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2014-08-01 19:32:20 +0000 |
| commit | 6ffcf5d515a276f16e4d84604a2ab70ffd887f55 (patch) | |
| tree | 028a02ede131999aa815481f87956760ff2a6473 /etc/defaults | |
| parent | 07b4e3831390c07da3e3a1a310146fe97162b988 (diff) | |
Notes
Diffstat (limited to 'etc/defaults')
| -rw-r--r-- | etc/defaults/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index aa19b3031e56..da0e419545e0 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -610,7 +610,8 @@ 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/local/lib /usr/local/lib/compat/pkg" # shared library search paths -ldconfig32_paths="/usr/lib32" # 32-bit compatibility shared library search paths +ldconfig32_paths="/usr/lib32 /usr/lib32/compat" + # 32-bit compatibility shared library search paths ldconfig_paths_aout="/usr/lib/compat/aout /usr/local/lib/aout" # a.out shared library search paths ldconfig_local_dirs="/usr/local/libdata/ldconfig" |
