# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

DESCRIPTION="Script to replace init on vserver guests using Gentoo init style"
HOMEPAGE=""
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

src_install(){
	exeinto /lib/rcscripts/sh/
	newexe ${FILESDIR}/${PV}-init-vserver.sh init-vserver.sh || die
}