svn commit: r272078 - stable/10/etc/defaults

Peter Wemm peter at FreeBSD.org
Wed Sep 24 19:30:37 UTC 2014


Author: peter
Date: Wed Sep 24 19:30:36 2014
New Revision: 272078
URL: http://svnweb.freebsd.org/changeset/base/272078

Log:
  MFC r269392: Add /usr/lib32/compat to the default ld-elf32.so.1 path.
  
  Approved by:	re (gjb, delphij)

Modified:
  stable/10/etc/defaults/rc.conf
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/defaults/rc.conf
==============================================================================
--- stable/10/etc/defaults/rc.conf	Wed Sep 24 19:30:12 2014	(r272077)
+++ stable/10/etc/defaults/rc.conf	Wed Sep 24 19:30:36 2014	(r272078)
@@ -619,7 +619,8 @@ clear_tmp_X="YES" 	# Clear and recreate 
 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"


More information about the svn-src-stable-10 mailing list