=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.491 retrieving revision 1.492 diff -c -r1.491 -r1.492 *** src/etc/rc 2016/11/04 22:12:46 1.491 --- src/etc/rc 2016/12/27 09:17:52 1.492 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.491 2016/11/04 22:12:46 rpe 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.492 2016/12/27 09:17:52 jca 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 *************** *** 414,420 **** reorder_libs # Clean up left-over files. ! rm -f /etc/nologin /var/spool/lock/LCK.* /var/spool/uucp/STST/* (cd /var/run && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; }) (cd /var/authpf && rm -rf -- *) --- 414,420 ---- reorder_libs # Clean up left-over files. ! rm -f /etc/nologin /var/spool/lock/LCK.* (cd /var/run && { rm -rf -- *; install -c -m 664 -g utmp /dev/null utmp; }) (cd /var/authpf && rm -rf -- *)