=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.524 retrieving revision 1.525 diff -c -r1.524 -r1.525 *** src/etc/rc 2018/02/10 05:56:47 1.524 --- src/etc/rc 2018/02/18 18:52:02 1.525 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.524 2018/02/10 05:56:47 florian 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.525 2018/02/18 18:52:02 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 *************** *** 160,166 **** ssh-keygen -A if [[ ! -f /etc/soii.key ]]; then ! openssl rand -hex 16 > /etc/soii.key && \ chmod 600 /etc/soii.key && sysctl -q \ "net.inet6.ip6.soiikey=$( /etc/soii.key && chmod 600 /etc/soii.key && sysctl -q \ "net.inet6.ip6.soiikey=$(/dev/null >>/var/db/host.random || \ echo 2>/dev/null >>/etc/random.seed; then random_seed else --- 315,321 ---- # - execute the rc.d scripts specified by $pkg_scripts in reverse order # - bring carp interfaces down gracefully if [[ $1 == shutdown ]]; then ! if echo 2>/dev/null >>/var/db/host.random || echo 2>/dev/null >>/etc/random.seed; then random_seed else