1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

rc: Use the correct path to sshd-auth's relink kit

From Josiah Frentsos <jfrent AT tilde.team>

OK tb
This commit is contained in:
lucas 2024-10-22 22:23:21 +00:00
parent 05018d8c87
commit 91e742ee26

4
etc/rc
View File

@ -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