=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.572 retrieving revision 1.573 diff -c -r1.572 -r1.573 *** src/etc/rc 2023/10/01 20:15:23 1.572 --- src/etc/rc 2024/03/30 07:35:01 1.573 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.572 2023/10/01 20:15:23 naddy 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.573 2024/03/30 07:35:01 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 *************** *** 251,257 **** if [[ -f $_bint ]]; then echo " $_binn" tar xf $_bint ! make -f Makefile.relink relink >/dev/null 2>&1 fi ) || { _error=true; break; } done --- 251,261 ---- if [[ -f $_bint ]]; then echo " $_binn" tar xf $_bint ! if [[ -f install.sh ]]; then ! sh install.sh >/dev/null 2>&1 ! else ! make -f Makefile.relink relink >/dev/null 2>&1 ! fi fi ) || { _error=true; break; } done