commit: 7bfdd5f77bd2361b7285d8ad7253744a5f0c95dc
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 19:36:24 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> 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 <williamh <AT> 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
}