diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-27 23:41:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-27 23:41:19 +0000 |
commit | 2ef029e65c5d1418b3e26ccf1359a2e6911398c5 (patch) | |
tree | 4e78c88ffa8f4815c4b8ef65e426e1a2010d362b /etc/rc | |
parent | 9d9dde208b771a1645e2d57ee9f33cce154a3cb3 (diff) |
oops
Diffstat (limited to 'etc/rc')
-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 |