=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.467 retrieving revision 1.468 diff -c -r1.467 -r1.468 *** src/etc/rc 2015/10/18 21:33:18 1.467 --- src/etc/rc 2015/11/01 14:32:51 1.468 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.467 2015/10/18 21:33:18 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.468 2015/11/01 14:32:51 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 *************** *** 468,474 **** if [[ -f /etc/rc.firsttime ]]; then mv /etc/rc.firsttime /etc/rc.firsttime.run . /etc/rc.firsttime.run 2>&1 | tee /dev/tty | ! mail -Es "`hostname` rc.firsttime output" root >/dev/null fi rm -f /etc/rc.firsttime.run --- 468,474 ---- if [[ -f /etc/rc.firsttime ]]; then mv /etc/rc.firsttime /etc/rc.firsttime.run . /etc/rc.firsttime.run 2>&1 | tee /dev/tty | ! mail -Es "$(hostname) rc.firsttime output" root >/dev/null fi rm -f /etc/rc.firsttime.run