Download raw body.
rc: Use the correct path to sshd-auth's relink kit
Index: etc/rc
===================================================================
RCS file: /cvs/src/etc/rc,v
diff -p -u -r1.577 rc
--- etc/rc 14 Oct 2024 02:46:50 -0000 1.577
+++ etc/rc 21 Oct 2024 22:43:37 -0000
@@ -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
rc: Use the correct path to sshd-auth's relink kit