diff --git a/packages/sys-apps/openrc/openrc-0.34.11.exheres-0 b/packages/sys-apps/openrc/openrc-0.35.2.exheres-0 similarity index 95% rename from packages/sys-apps/openrc/openrc-0.34.11.exheres-0 rename to packages/sys-apps/openrc/openrc-0.35.2.exheres-0 index f88ee74..6fdc805 100644 --- a/packages/sys-apps/openrc/openrc-0.34.11.exheres-0 +++ b/packages/sys-apps/openrc/openrc-0.35.2.exheres-0 @@ -18,6 +18,7 @@ MYOPTIONS=" sysvinit ) [[ *description = [ provider for the init daemon ] + number-selected = exactly-one ]] ncurses newnet [[ description = [ @@ -152,5 +153,8 @@ pkg_postinst() { # update the dependency tree after touching all files #224171 [[ "${ROOT}" = "/" ]] && "${ROOT}usr/$(exhost --target)/libexec"/rc/bin/rc-depend -u + + elog "Since openrc 0.35 openrc has a cgroup init.d script which" + elog "you'll have to add to your startup if you need cgroups." }