FreeBSD Bugzilla – Attachment 13393 Details for
Bug 25527
`man ldconfig' does not reflect its behavior
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.15 KB, created by
Alexey V. Neyman
on 2001-03-04 20:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexey V. Neyman
Created:
2001-03-04 20:00:02 UTC
Size:
1.15 KB
patch
obsolete
>*** /usr/src/etc/rc Sun Feb 18 02:50:41 2001 >--- /etc/rc Wed Feb 28 02:45:55 2001 >*************** if [ -x /sbin/ldconfig ]; then >*** 395,401 **** > case `/usr/bin/objformat` in > elf) > _LDC=/usr/lib >! for i in ${ldconfig_paths}; do > if [ -d "${i}" ]; then > _LDC="${_LDC} ${i}" > fi >--- 395,405 ---- > case `/usr/bin/objformat` in > elf) > _LDC=/usr/lib >! _LDCF= >! if [ -r /etc/ld-elf.so.conf ]; then >! _LDCF=`cat /etc/ld-elf.so.conf` >! fi >! for i in ${ldconfig_paths} ${_LDCF}; do > if [ -d "${i}" ]; then > _LDC="${_LDC} ${i}" > fi >*************** if [ -x /sbin/ldconfig ]; then >*** 411,417 **** > # Default the a.out ldconfig path. > : ${ldconfig_paths_aout=${ldconfig_paths}} > _LDC=/usr/lib/aout >! for i in ${ldconfig_paths_aout}; do > if [ -d "${i}" ]; then > _LDC="${_LDC} ${i}" > fi >--- 415,425 ---- > # Default the a.out ldconfig path. > : ${ldconfig_paths_aout=${ldconfig_paths}} > _LDC=/usr/lib/aout >! _LDCF= >! if [ -r /etc/ld.so.conf ]; then >! _LDCF=`cat /etc/ld.so.conf` >! fi >! for i in ${ldconfig_paths_aout} ${_LDCF}; do > if [ -d "${i}" ]; then > _LDC="${_LDC} ${i}" > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25527
: 13393