diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-06-23 15:36:05 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-06-23 15:36:05 +0000 |
| commit | aa5e1b42e6e32dd5b54c97f82f5f35c8eb6150f1 (patch) | |
| tree | dfe84a25afe96bbc5b4376f393a105085f6d3be1 /libexec | |
| parent | e46cf959d62cf63bd04324ae4d62bd7d0dc5ce5e (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rwxr-xr-x | libexec/rc/rc.d/ldconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libexec/rc/rc.d/ldconfig b/libexec/rc/rc.d/ldconfig index 81f6951ea8394..03627df6da06b 100755 --- a/libexec/rc/rc.d/ldconfig +++ b/libexec/rc/rc.d/ldconfig @@ -85,22 +85,6 @@ ldconfig_start() ${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 } |
