sys-apps/openrc: sync live

Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
William Hubbs
2022-06-08 14:36:24 -05:00
parent 97276a847b
commit 7bfdd5f77b

View File

@@ -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
}