summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-13 23:24:58 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-13 23:24:58 +0000
commit071047724f2778653d6a76a475952481dd034178 (patch)
tree0ceaadd3cec4d2788cb3967975647a938f1b7f84 /etc
parentdf2a856dd7f3fec1ff8b781cb57d68aed5128e0f (diff)
quiet that dd
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 0b1db975e61..ae16d5d7bad 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.81 1998/07/13 03:38:54 millert Exp $
+# $OpenBSD: rc,v 1.82 1998/07/13 23:24:57 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -72,7 +72,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=/etc/host.random bs=1024 count=64
+ dd if=/dev/urandom of=/etc/host.random bs=1024 count=64 >/dev/null 2>&1
chmod 600 /etc/host.random
fi