From 91e742ee26a34e5e7e22906f2e8c5f74008d5f57 Mon Sep 17 00:00:00 2001 From: lucas Date: Tue, 22 Oct 2024 22:23:21 +0000 Subject: [PATCH] rc: Use the correct path to sshd-auth's relink kit From Josiah Frentsos OK tb --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc b/etc/rc index 5ded55cbdd9..868f5d57aaf 100644 --- a/etc/rc +++ b/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.577 2024/10/14 02:46:50 deraadt Exp $ +# $OpenBSD: rc,v 1.578 2024/10/22 22:23:21 lucas Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the @@ -242,7 +242,7 @@ reorder_libs() { done for _bin in $_relink/usr/sbin/sshd $_relink/usr/libexec/sshd-session \ - $_relink/usr/bin/sshd-auth $_relink/usr/bin/ssh-agent ; do + $_relink/usr/libexec/sshd-auth $_relink/usr/bin/ssh-agent; do _tmpdir=$(mktemp -dq $_relink/_rebuild.XXXXXXXXXXXX) && ( set -o errexit -- 2.20.1