From d45ce2418cb34c167e62b5d5ca4257e7cb6740d0 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 13 Jul 1998 23:24:57 +0000 Subject: [PATCH] quiet that dd --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 0b1db975..ae16d5d7 100644 --- a/src/etc/rc +++ b/src/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