diff options
author | 1999-09-27 23:41:18 +0000 | |
---|---|---|
committer | 1999-09-27 23:41:18 +0000 | |
commit | 2d242bf41441143da7ffe3b20d83811a94bc9680 (patch) | |
tree | 0b4f3eb76a4b5c0075986efa83d05d19c19173e4 | |
parent | stir arandom, too; provos (diff) | |
download | wireguard-openbsd-2d242bf41441143da7ffe3b20d83811a94bc9680.tar.xz wireguard-openbsd-2d242bf41441143da7ffe3b20d83811a94bc9680.zip |
oops
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |