From ec9180d03f1b8e9a663a3856d0e6d7666193fdc7 Mon Sep 17 00:00:00 2001 From: todd <> Date: Sun, 5 Jul 1998 02:50:08 +0000 Subject: [PATCH] yet another typo --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index d878f9eb..b7d6c64c 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.78 1998/07/04 23:35:42 todd Exp $ +# $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,7 +72,7 @@ ttyflags -a # 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 + dd if=/dev/urandom of=/etc/host.random bs=1024 count=64 chmod 600 /etc/host.random fi