also relink ssh-agent
authorderaadt <deraadt@openbsd.org>
Tue, 2 Apr 2024 08:21:04 +0000 (08:21 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 2 Apr 2024 08:21:04 +0000 (08:21 +0000)
etc/rc

diff --git a/etc/rc b/etc/rc
index 0ea912f..5ee9dcf 100644 (file)
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-#      $OpenBSD: rc,v 1.573 2024/03/30 07:35:01 deraadt Exp $
+#      $OpenBSD: rc,v 1.574 2024/04/02 08:21:04 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
@@ -241,7 +241,7 @@ reorder_libs() {
                ) || { _error=true; break; }
        done
 
-       for _bin in $_relink/usr/sbin/sshd; do
+       for _bin in $_relink/usr/sbin/sshd $_relink/usr/bin/ssh-agent ; do
                _tmpdir=$(mktemp -dq $_relink/_rebuild.XXXXXXXXXXXX) &&
                (
                set -o errexit