]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rc.d/ldconfig: Compute ldconfig paths in a function
authorKonrad Witaszczyk <def@FreeBSD.org>
Fri, 12 Apr 2024 21:34:59 +0000 (14:34 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 12 Apr 2024 21:34:59 +0000 (14:34 -0700)
commite6e38bc522e29de6299536b547bf11dab11e9679
treee634b4074a9ca55c8c908f1539be160edd3b5680
parent7c7299df76e2c4b43a2a52d0df66ee977bb6773b
rc.d/ldconfig: Compute ldconfig paths in a function

Move logic that computes paths passed to ldconfig(8) to a
ldconfig_paths() function that can be called for multiple ABIs.

Reviewed by: olce, kib
Obtained from: CheriBSD
Differential Revision: https://reviews.freebsd.org/D44751
libexec/rc/rc.d/ldconfig