aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorMike Karels <karels@FreeBSD.org>2023-08-05 12:19:01 +0000
committerMike Karels <karels@FreeBSD.org>2023-08-05 12:37:39 +0000
commit6f15b7e199527e50aa459340607ff98bbff8e905 (patch)
treeaeaeb0ca2b4c0e5edcd8ab8c145c71d8520e0184 /libexec
parent10b2b30670d7c389b26533aa43e8d0c3aef55ff3 (diff)
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/rc/rc.d/ldconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/ldconfig b/libexec/rc/rc.d/ldconfig
index 5dd25ced0cd4..2d30ac0e6db3 100755
--- a/libexec/rc/rc.d/ldconfig
+++ b/libexec/rc/rc.d/ldconfig
@@ -43,7 +43,7 @@ ldconfig_start()
machine_arch=$(sysctl -n hw.machine_arch)
case ${machine_arch} in
- amd64|powerpc64)
+ aarch64|amd64|powerpc64)
for i in ${ldconfig_local32_dirs}; do
if [ -d "${i}" ]; then
_files=`find ${i} -type f`