=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.78 retrieving revision 1.79 diff -c -r1.78 -r1.79 *** src/etc/rc 1998/07/04 23:35:42 1.78 --- src/etc/rc 1998/07/05 02:50:08 1.79 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.78 1998/07/04 23:35:42 todd Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.79 1998/07/05 02:50:08 todd Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 72,78 **** # if there's no /etc/host.random, make one through /dev/urandom if [ ! -f /etc/host.random ]; then ! dd if=/dev/urandom of=/dev/host.random bs=1024 count=64 chmod 600 /etc/host.random fi --- 72,78 ---- # if there's no /etc/host.random, make one through /dev/urandom if [ ! -f /etc/host.random ]; then ! dd if=/dev/urandom of=/etc/host.random bs=1024 count=64 chmod 600 /etc/host.random fi