From 6fdb192300e968e4a7db93060e18560a4429729e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benedikt=20B=C3=B6hm?= Date: Sat, 18 Feb 2012 14:56:52 +0100 Subject: [PATCH] gentoo: do not mess with the cgroup mount at boot time. openrc takes care of this now. --- gentoo/util-vserver | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gentoo/util-vserver b/gentoo/util-vserver index ce9d1ad..3c49ce0 100644 --- a/gentoo/util-vserver +++ b/gentoo/util-vserver @@ -23,13 +23,6 @@ start() { ebegin "Loading default device map" $__PKGLIBDIR/bash-wrapper 'handleDeviceMap --set 0 "$__CONFDIR/.defaults/apps/vdevmap"' eend $? - - $__PKGLIBDIR/bash-wrapper 'hasCgroup' - if [ $? -eq 0 ]; then - ebegin "Mounting cgroup-hierarchy" - $__PKGLIBDIR/bash-wrapper 'mount_cgroup' - eend $? - fi } stop() { @@ -49,13 +42,6 @@ stop() { ebegin "Killing all running contexts" $__PKGLIBDIR/bash-wrapper 'kill_contexts' eend $? - - $__PKGLIBDIR/bash-wrapper 'hasCgroup' - if [ $? -eq 0 ]; then - ebegin "Unmounting cgroup-hierarchy" - $__PKGLIBDIR/bash-wrapper 'umount_cgroup' - eend $? - fi } # vim:ts=4:filetype=gentoo-init-d -- 1.8.1.5