conf/91444: [PATCH] Fix compat?x library path of ldconfig_paths* in /etc/defaults/rc.conf

KIMURA Yasuhiro yasu at utahime.org
Fri Jan 6 22:20:05 PST 2006


>Number:         91444
>Category:       conf
>Synopsis:       [PATCH] Fix compat?x library path of ldconfig_paths* in /etc/defaults/rc.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 07 06:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.0-RELEASE-p1 FreeBSD 6.0-RELEASE-p1 #0: Tue Jan 3 19:55:33 JST 2006 xxxx i386


	
>Description:
	Since compat?x libraries are provided as ports now and they are
	installed in /usr/local/lib/compat by default, the value of
	ldconfig_paths* in /etc/defaults/rc.conf should be changed so that
	it includes correct compat?x library path.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-usr::src::etc::defaults::rc.conf begins here ---
--- /usr/src/etc/defaults/rc.conf.orig	Sat Oct  8 12:32:53 2005
+++ /usr/src/etc/defaults/rc.conf	Sat Jan  7 15:00:24 2006
@@ -476,9 +476,9 @@
 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 /usr/local/lib/compat/pkg"
+ldconfig_paths="/usr/local/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/compat/pkg"
 			# shared library search paths
-ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout"
+ldconfig_paths_aout="/usr/local/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout"
 			# a.out shared library search paths
 kern_securelevel_enable="NO"	# kernel security level (see init(8)),
 kern_securelevel="-1"	# range: -1..3 ; `-1' is the most insecure
--- patch-usr::src::etc::defaults::rc.conf ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list