Received: by mail.netbsd.org (Postfix, from userid 605) id E58FA84E89; Tue, 20 Jul 2021 19:31:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22AC684E86 for ; Tue, 20 Jul 2021 19:31:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Z8GBYZmnNYZi for ; Tue, 20 Jul 2021 19:31:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A725D84D0F for ; Tue, 20 Jul 2021 19:31:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 937BAFA95; Tue, 20 Jul 2021 19:31:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 20 Jul 2021 19:31:23 +0000 From: "Olaf Seibert" Subject: CVS commit: src/distrib/utils/embedded/files To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210720193123.937BAFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Olaf Seibert" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rhialto Date: Tue Jul 20 19:31:23 UTC 2021 Modified Files: src/distrib/utils/embedded/files: ec2_init Log Message: Extract just the random bits to feed to /dev/urandom. This makes no difference in the randomness of the pool, but it improves on the estimation (if any) of how many random bits were obtained. Also make the ftp -q time out a bit longer since I got some time outs. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/distrib/utils/embedded/files/ec2_init Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.