From 7360c400150b8122b747da6da7e9342f7fde6b73 Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Tue, 20 Mar 2018 21:32:42 +0100 Subject: [PATCH] openrc: add warning about cgroup initd script --- packages/sys-apps/openrc/openrc-0.35.2.exheres-0 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/sys-apps/openrc/openrc-0.35.2.exheres-0 b/packages/sys-apps/openrc/openrc-0.35.2.exheres-0 index 2038d777..6fdc805e 100644 --- a/packages/sys-apps/openrc/openrc-0.35.2.exheres-0 +++ b/packages/sys-apps/openrc/openrc-0.35.2.exheres-0 @@ -153,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." }