=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.81 retrieving revision 1.82 diff -c -r1.81 -r1.82 *** src/etc/rc 1998/07/13 03:38:54 1.81 --- src/etc/rc 1998/07/13 23:24:57 1.82 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.81 1998/07/13 03:38:54 millert Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.82 1998/07/13 23:24:57 deraadt 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=/etc/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 >/dev/null 2>&1 chmod 600 /etc/host.random fi