]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ldconfig: Retire a.out support
authorEd Maste <emaste@FreeBSD.org>
Thu, 31 Dec 2020 15:29:08 +0000 (10:29 -0500)
committerEd Maste <emaste@FreeBSD.org>
Thu, 31 Dec 2020 15:29:08 +0000 (10:29 -0500)
commit50a40d091170d96a84688e5b8420f584e27b99a1
treeda06741b7e064ef6dcdcf346b3c06f18f13e4dfa
parenta3c29cdbd495ddbc64340745e70d7ddf1cb1d98c
ldconfig: Retire a.out support

aout support in ldconfig hasn't been required since FreeBSD 2.x.
If someone needs to use FreeBSD 2 shared libraries they will be best
served by using a FreeBSD 2 ldconfig as well.

In aa5e1b42e6e3 we removed the ldconfig a.out invocation from rc.d but
left the support in ldconfig itself.  Remove it now.

Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D27481
sbin/ldconfig/Makefile
sbin/ldconfig/ldconfig.8
sbin/ldconfig/ldconfig.c