git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2712
94cd875c-1c1d-0410-91d2-
eb244daf1a30
if test "$initstyle" == "gentoo"; then
echo ">>> Installing special init-style magic ... "
+ # force /lib/rc/sh even if we don't have it in older stages
+ $_CHROOT_SH mkdir /lib 2>/dev/null || :
+ $_CHROOT_SH mkdir /lib/rc 2/dev/null || :
+ $_CHROOT_SH mkdir /lib/rc/sh 2/dev/null || :
+
$_CAT "$__DISTRIBDIR"/gentoo/init-vserver.sh | \
$_CHROOT_SH truncate /lib/rc/sh/init-vserver.sh
$_CHROOT_SH chmod 0755 /lib/rc/sh/init-vserver.sh
_postResult() { echo; }
lockfile=/var/lock/subsys/$LOCKFILE
elif test -e /etc/gentoo-release; then
- . /sbin/functions.sh
+ . /etc/init.d/functions.sh
_beginResult() { ebegin "$@"; }
_postResult() { :; }
success() { eend 0; }