summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-09-27 23:41:18 +0000
committerderaadt <deraadt@openbsd.org>1999-09-27 23:41:18 +0000
commit2d242bf41441143da7ffe3b20d83811a94bc9680 (patch)
tree0b4f3eb76a4b5c0075986efa83d05d19c19173e4
parentstir arandom, too; provos (diff)
downloadwireguard-openbsd-2d242bf41441143da7ffe3b20d83811a94bc9680.tar.xz
wireguard-openbsd-2d242bf41441143da7ffe3b20d83811a94bc9680.zip
oops
-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