sshd-auth also has a relink kit
authorderaadt <deraadt@openbsd.org>
Mon, 14 Oct 2024 02:46:50 +0000 (02:46 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 14 Oct 2024 02:46:50 +0000 (02:46 +0000)
etc/rc

diff --git a/etc/rc b/etc/rc
index 85250cc..5ded55c 100644 (file)
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-#      $OpenBSD: rc,v 1.576 2024/06/03 10:06:35 florian Exp $
+#      $OpenBSD: rc,v 1.577 2024/10/14 02:46:50 deraadt 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/ssh-agent ; do
+           $_relink/usr/bin/sshd-auth $_relink/usr/bin/ssh-agent ; do
                _tmpdir=$(mktemp -dq $_relink/_rebuild.XXXXXXXXXXXX) &&
                (
                set -o errexit