summaryrefslogtreecommitdiff
path: root/sys-apps
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/openrc/openrc-0.46-r1.ebuild (renamed from sys-apps/openrc/openrc-0.46.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.46.ebuild b/sys-apps/openrc/openrc-0.46-r1.ebuild
index fa02b4f2..230b88b2 100644
--- a/sys-apps/openrc/openrc-0.46.ebuild
+++ b/sys-apps/openrc/openrc-0.46-r1.ebuild
@@ -215,7 +215,7 @@ pkg_postinst() {
fi
fi
# urandom -> seedrng migration
- if [ -e "${ROOT}"/etc/init.d/seedrng ] && [ ! -e"${ROOT}"/etc/init.d/urandom]; then
+ if [ -e "${ROOT}"/etc/init.d/seedrng ] && [ ! -e"${ROOT}"/etc/init.d/urandom ]; then
if [ "$(rc-config list boot | grep urandom)" != "" ]; then
"${ROOT}"/sbin/rc-update del urandom boot > /dev/null 2>&1
"${ROOT}"/sbin/rc-update add seedrng boot > /dev/null 2>&1