diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2024-04-12 21:35:23 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2024-04-12 21:35:23 +0000 |
| commit | 4bf5db113f760619bf754c22864b1d7e2acdeabd (patch) | |
| tree | 5250cf309cefee0b77890f5efad36fbf963e0a14 /libexec | |
| parent | e6e38bc522e29de6299536b547bf11dab11e9679 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.conf b/libexec/rc/rc.conf index 2fa3b676cb38..96dd0c534dc2 100644 --- a/libexec/rc/rc.conf +++ b/libexec/rc/rc.conf @@ -674,7 +674,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 ${_localbase}/lib ${_localbase}/lib/compat/pkg" # shared library search paths -ldconfig32_paths="/usr/lib32 /usr/lib32/compat" +ldconfig32_paths="/usr/lib32/compat" # 32-bit compatibility shared library search paths ldconfig_local_dirs="${_localbase}/libdata/ldconfig" # Local directories with ldconfig configuration files. |
