From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E89C8158091 for ; Wed, 8 Jun 2022 19:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B15BFE0895; Wed, 8 Jun 2022 19:36:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F3A0E0895 for ; Wed, 8 Jun 2022 19:36:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EF67341183 for ; Wed, 8 Jun 2022 19:36:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD4A74F8 for ; Wed, 8 Jun 2022 19:36:32 +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: <1654716984.7bfdd5f77bd2361b7285d8ad7253744a5f0c95dc.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-9999.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 7bfdd5f77bd2361b7285d8ad7253744a5f0c95dc X-VCS-Branch: master Date: Wed, 8 Jun 2022 19:36:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f375bf5b-8c5f-4f51-b124-7b73c190d470 X-Archives-Hash: aeef6a2e8f892860d7f3ecfe318cfce3 commit: 7bfdd5f77bd2361b7285d8ad7253744a5f0c95dc Author: William Hubbs gentoo org> AuthorDate: Wed Jun 8 19:36:24 2022 +0000 Commit: William Hubbs gentoo org> CommitDate: Wed Jun 8 19:36:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bfdd5f7 sys-apps/openrc: sync live Signed-off-by: William Hubbs gentoo.org> sys-apps/openrc/openrc-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 0be02cfdbdbb..c76771b7efea 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -160,11 +160,5 @@ pkg_postinst() { rc-update add seedrng boot fi fi - if ver_test $v -gt 0.45; then - if rc-update show boot | grep -q seedrng; then - rc-update del seedrng boot - rc-update add urandom boot - fi - fi done }