=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.415 retrieving revision 1.416 diff -c -r1.415 -r1.416 *** src/etc/rc 2013/12/27 22:34:40 1.415 --- src/etc/rc 2013/12/27 23:40:29 1.416 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.415 2013/12/27 22:34:40 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.416 2013/12/27 23:40:29 rpe Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 230,237 **** . /etc/rc.conf if [ X"$1" = X"shutdown" ]; then ! dd if=/dev/random of=/var/db/host.random bs=65536 count=1 >/dev/null 2>&1 ! chmod 600 /var/db/host.random >/dev/null 2>&1 _c=$? if [ ${_c} -eq 0 ]; then if [ -n "${pkg_scripts}" ]; then --- 230,237 ---- . /etc/rc.conf if [ X"$1" = X"shutdown" ]; then ! random_seed ! _c=$? if [ ${_c} -eq 0 ]; then if [ -n "${pkg_scripts}" ]; then