diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-04-02 08:21:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-04-02 08:21:05 +0000 |
commit | 52db79bd966f26cbe40c7fa0f83000586b1aad6f (patch) | |
tree | e7c6c892b0514833e5d5b894b98fd60367b09e3a /etc/rc | |
parent | 4a7781ae32018aedd053b650d8fe708d8a2fbe31 (diff) |
also relink ssh-agent
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |