=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.569 retrieving revision 1.570 diff -c -r1.569 -r1.570 *** src/etc/rc 2023/01/18 20:44:40 1.569 --- src/etc/rc 2023/01/25 10:53:15 1.570 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.569 2023/01/18 20:44:40 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 --- 1,4 ---- ! # $OpenBSD: rc,v 1.570 2023/01/25 10:53:15 asou 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 **** fi ) || { _error=true; break; } done ! rm -rf $_relink/_rebuild.* # Restore previous mount state if it was changed. --- 251,257 ---- fi ) || { _error=true; break; } done ! rm -rf $_relink/_rebuild.* # Restore previous mount state if it was changed.