summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>1998-07-04 23:35:43 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>1998-07-04 23:35:43 +0000
commit34c9863a4f350390ac9821ed521573ddfadf8fdc (patch)
tree1c09123909c0361ddcf4278f0fcbaa176fb7952b /etc
parent021210eab5ce4caf7da9eb0c01bf2fbcf6d88070 (diff)
fix a typo
Diffstat (limited to 'etc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 39ca38c3dcd..d878f9eb257 100644
--- a/etc/rc
+++ b/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