summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-27 23:41:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-09-27 23:41:19 +0000
commit2ef029e65c5d1418b3e26ccf1359a2e6911398c5 (patch)
tree4e78c88ffa8f4815c4b8ef65e426e1a2010d362b /etc/rc
parent9d9dde208b771a1645e2d57ee9f33cce154a3cb3 (diff)
oops
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 1da561445ea..da5a2eee33f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.112 1999/09/27 23:40:25 deraadt Exp $
+# $OpenBSD: rc,v 1.113 1999/09/27 23:41:18 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -101,7 +101,7 @@ if [ ! -f /var/db/host.random ]; then
else
dd if=/var/db/host.random of=/dev/urandom bs=1024 count=64 \
> /dev/null 2>&1
- dd if=/var/db/host.random of=/dev/arandom bs=1024 count=64 >
+ dd if=/var/db/host.random of=/dev/arandom bs=1024 count=64 \
> /dev/null 2>&1
fi