diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-10-14 02:46:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-10-14 02:46:51 +0000 |
commit | 55f7d5131d24fdf848379073bd4f83441f34df9c (patch) | |
tree | e2123ea652ec171fef8e17051b306b66fc4ab448 /etc | |
parent | b6ba41b42838b74262a84f7b32fe9f58f4b1a620 (diff) |
sshd-auth also has a relink kit
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |