diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-11 12:26:25 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-11 12:26:25 +0000 |
commit | dbc185bbd0974f4a94c7232f95334f64d790c256 (patch) | |
tree | 8846232279331c0a2824533f1d94419b4a7e42a4 /sys-apps/openrc | |
parent | f1dd7a209f0af882a1b6977dfc4f01dba3f8909c (diff) |
sys-apps/openrc : revision bump
Diffstat (limited to 'sys-apps/openrc')
-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 |