Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 632586
Collapse All | Expand All

(-)util-vserver-0.30.216-pre3131.orig/gentoo/util-vserver (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/sbin/runscript
1
#!/sbin/openrc-run
2
# Copyright 1999-2007 Gentoo Foundation
2
# Copyright 1999-2007 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
4
(-)util-vserver-0.30.216-pre3131.orig/gentoo/vprocunhide (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/sbin/runscript
1
#!/sbin/openrc-run
2
# Copyright 1999-2005 Gentoo Foundation
2
# Copyright 1999-2005 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
4
(-)util-vserver-0.30.216-pre3131.orig/gentoo/vservers.default (-1 / +1 lines)
Lines 1-4 Link Here
1
#!/sbin/runscript
1
#!/sbin/openrc-run
2
# Copyright 1999-2005 Gentoo Foundation
2
# Copyright 1999-2005 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
4
(-)util-vserver-0.30.216-pre3131.orig/scripts/vserver-init.functions (-1 / +1 lines)
Lines 80-86 function kill_contexts() Link Here
80
80
81
function create_dirs()
81
function create_dirs()
82
{
82
{
83
    $_MKDIR -p "$__RUNDIR" && $_MKDIR -p "$__VSHELPERSTATEDIR" && $_MKDIR -p `$_READLINK "$__PKGSTATEREVDIR"`
83
    $_MKDIR -p "$__RUNDIR" && $_MKDIR -p "$__VSHELPERSTATEDIR" && $_MKDIR -p "$__PKGCACHEDIR" && $_MKDIR -p `$_READLINK "$__PKGSTATEREVDIR"`
84
}
84
}
85
85
86
function mount_cgroup()
86
function mount_cgroup()

Return to bug 632586