=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.567 retrieving revision 1.568 diff -c -r1.567 -r1.568 *** src/etc/rc 2022/12/26 20:24:43 1.567 --- src/etc/rc 2022/12/28 09:53:33 1.568 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.567 2022/12/26 20:24:43 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 --- 1,4 ---- ! # $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 *************** *** 254,259 **** --- 254,261 ---- # Read output of reorder_libs co-process and output on console. wait_reorder_libs() { local _line + + [[ $library_aslr == NO ]] && return while IFS= read -p _line; do echo -n "$_line"