=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.468 retrieving revision 1.469 diff -c -r1.468 -r1.469 *** src/etc/rc 2015/11/01 14:32:51 1.468 --- src/etc/rc 2015/11/10 20:34:58 1.469 *************** *** 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 --- 1,4 ---- ! # $OpenBSD: rc,v 1.469 2015/11/10 20:34:58 tim 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 *************** *** 129,135 **** done } ! # Generate keys for isakmpd, iked and sshd if the don't exist yet. make_keys() { local _isakmpd_key=/etc/isakmpd/private/local.key local _isakmpd_pub=/etc/isakmpd/local.pub --- 129,135 ---- done } ! # Generate keys for isakmpd, iked and sshd if they don't exist yet. make_keys() { local _isakmpd_key=/etc/isakmpd/private/local.key local _isakmpd_pub=/etc/isakmpd/local.pub *************** *** 218,224 **** echo warning: cannot write random seed to disk fi ! # If we are in secure level 0, asume single user mode. if (($(sysctl -n kern.securelevel) == 0)); then echo 'single user: not running shutdown scripts' else --- 218,224 ---- echo warning: cannot write random seed to disk fi ! # If we are in secure level 0, assume single user mode. if (($(sysctl -n kern.securelevel) == 0)); then echo 'single user: not running shutdown scripts' else