=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.77 retrieving revision 1.78 diff -c -r1.77 -r1.78 *** src/etc/rc 1998/07/03 03:48:16 1.77 --- src/etc/rc 1998/07/04 23:35:42 1.78 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.77 1998/07/03 03:48:16 angelos Exp $ # System startup script run by init on autoboot # or after single-user. --- 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. *************** *** 73,79 **** # 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/random fi # set hostname, turn on network --- 73,79 ---- # 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 # set hostname, turn on network