Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  7 Jan 2006 15:18:00 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/91444: [PATCH] Fix compat?x library path of ldconfig_paths* in /etc/defaults/rc.conf
Message-ID:  <20060107061800.0BEFF49@eastasia.home.utahime.org>
Resent-Message-ID: <200601070620.k076K4UQ059758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060107061800.0BEFF49>