From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EFEB3138010 for ; Wed, 26 Sep 2012 16:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77CC521C096; Wed, 26 Sep 2012 16:59:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 40F1421C096 for ; Wed, 26 Sep 2012 16:59:17 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 272CF33C9F6 for ; Wed, 26 Sep 2012 16:59:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DB7C4E5444 for ; Wed, 26 Sep 2012 16:59:14 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1348678294.7d8dca7b7816ccb95f86bf3f3206634597cbdc81.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/urandom.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 7d8dca7b7816ccb95f86bf3f3206634597cbdc81 X-VCS-Branch: master Date: Wed, 26 Sep 2012 16:59:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c06c5e76-d535-463f-9b5f-81418ba6363f X-Archives-Hash: 75dd54cbc3afe8c1fe68c064f9f2cb46 commit: 7d8dca7b7816ccb95f86bf3f3206634597cbdc81 Author: William Hubbs gmail com> AuthorDate: Wed Sep 26 16:51:34 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Sep 26 16:51:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=7d8dca7b Add -lxc keyword to urandom script Urandom should not run in lxc containers since it is provided by the host. Reported-by: pratyeka.org> X-Gentoo-Bug: 436270 X-Gentoo-Bug-URL: http://bugs.gentoo.org/436270 --- init.d/urandom.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/urandom.in b/init.d/urandom.in index bc48066..2dfe1cc 100644 --- a/init.d/urandom.in +++ b/init.d/urandom.in @@ -8,7 +8,7 @@ description="Initializes the random number generator." depend() { need localmount - keyword -jail -openvz -prefix + keyword -jail -lxc -openvz -prefix } save_seed()