Otherwise it will unconditionally print an empty line in case relinking
is disabled.
Reported by kettenis
Feedback OK tb
OK florian
-# $OpenBSD: rc,v 1.567 2022/12/26 20:24:43 kn Exp $
+# $OpenBSD: rc,v 1.568 2022/12/28 09:53:33 kn 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
wait_reorder_libs() {
local _line
+ [[ $library_aslr == NO ]] && return
+
while IFS= read -p _line; do
echo -n "$_line"
done