commit: 7e3a33c8f5ccae03e035cf4c9d1c3c01a0f57b1e Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Mon Jan 12 20:37:10 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Jan 12 20:45:06 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=7e3a33c8
Add description for cgroup_cleanup X-Gentoo-Bug: 535184 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=535184 --- sh/rc-cgroup.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/rc-cgroup.sh.in b/sh/rc-cgroup.sh.in index b635340..0426026 100644 --- a/sh/rc-cgroup.sh.in +++ b/sh/rc-cgroup.sh.in @@ -2,6 +2,7 @@ # Copyright (c) 2012 Alexander Vershilov <[email protected]> # Released under the 2-clause BSD license. extra_stopped_commands="${extra_stopped_commands} cgroup_cleanup" +description_cgroup_cleanup="Kill all processes in the cgroup" cgroup_find_path() {
