2 # Copyright 1999-2005 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
6 : ${UTIL_VSERVER_VARS:=/usr/lib/util-vserver/util-vserver-vars}
7 if [ ! -e ${UTIL_VSERVER_VARS} ]; then
8 eerror "Cannot find util-vserver installation"
9 eerror "(the file '$UTIL_VSERVER_VARS' would be expected)"
13 . ${UTIL_VSERVER_VARS}
15 ebegin "Fixing /proc entries visibility"
20 # vim:ts=4:filetype=gentoo-init-d