From owner-cvs-all@FreeBSD.ORG Fri Apr 9 08:56:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B71B816A4CE; Fri, 9 Apr 2004 08:56:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9858943D5A; Fri, 9 Apr 2004 08:56:17 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i39FuHGe070232; Fri, 9 Apr 2004 08:56:17 -0700 (PDT) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i39FuHhK070231; Fri, 9 Apr 2004 08:56:17 -0700 (PDT) (envelope-from markm) Message-Id: <200404091556.i39FuHhK070231@repoman.freebsd.org> From: Mark Murray Date: Fri, 9 Apr 2004 08:56:17 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d initrandom X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Apr 2004 15:56:17 -0000 markm 2004/04/09 08:56:17 PDT FreeBSD src repository Modified files: etc/rc.d initrandom Log: Take into account hardware-supplied entropy. If the entropy source is hardware, the Yarrow initialisations don't need to be done. Revision Changes Path 1.3 +41 -34 src/etc/rc.d/initrandom