Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146657318
D24883.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
683 B
Referenced Files
None
Subscribers
None
D24883.diff
View Options
Index: head/libexec/rc/rc.d/ldconfig
===================================================================
--- head/libexec/rc/rc.d/ldconfig
+++ head/libexec/rc/rc.d/ldconfig
@@ -85,22 +85,6 @@
${ldconfig} -soft ${_ins} ${_LDC}
;;
esac
-
- # Legacy aout support for i386 only
- case ${machine_arch} in
- i386)
- # Default the a.out ldconfig path.
- : ${ldconfig_paths_aout=${ldconfig_paths}}
- _LDC=""
- for i in /usr/lib/aout ${ldconfig_paths_aout} /etc/ld.so.conf; do
- if [ -r "${i}" ]; then
- _LDC="${_LDC} ${i}"
- fi
- done
- check_startmsgs && echo 'a.out ldconfig path:' ${_LDC}
- ${ldconfig} -aout ${_ins} ${_LDC}
- ;;
- esac
fi
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 11:44 AM (22 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29272574
Default Alt Text
D24883.diff (683 B)
Attached To
Mode
D24883: ldconfig: remove i386 aout invocation
Attached
Detach File
Event Timeline
Log In to Comment