Page MenuHomeFreeBSD

D24883.diff
No OneTemporary

D24883.diff

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

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)

Event Timeline