From 81a5269cded71e6b8e644fcc8936cb8ea6139ac5 Mon Sep 17 00:00:00 2001 From: todd <> Date: Sat, 4 Jul 1998 23:35:42 +0000 Subject: [PATCH] fix a typo --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 39ca38c3..d878f9eb 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.77 1998/07/03 03:48:16 angelos Exp $ +# $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,7 +73,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 - chmod 600 /etc/random + chmod 600 /etc/host.random fi # set hostname, turn on network