=== modified file 'sys-cluster/vserver-init/Manifest' --- sys-cluster/vserver-init/Manifest 2016-02-26 11:26:09 +0000 +++ sys-cluster/vserver-init/Manifest 2012-07-25 19:22:50 +0000 @@ -1,4 +1,2 @@ AUX 1-init-vserver.sh 1013 SHA256 13d90a07cb23cc846bdf25be51246a325bc6b6ffa98e026cc665d6f13fc5f103 SHA512 69378a5e70fec3121271277b363b457fee28a5ad61df81868b6f0f63303da201866d287b8cb50daea9a1482ec76a1ae61f75ede89637d93da089697b067dbe37 WHIRLPOOL 9185c780f1470aab85b009337f1a0812d2c86dc7b3f8e4d12193c7d14e2deb61e8a7032a9264d925c023845b4417e7d26b98e9f464c8136c11a4f681ba6ceed0 -AUX 2-init-vserver.sh 1025 SHA256 a37ff14d752320558965b793f826061bb60dd4b4da2c131c0a390a19b6f24c3b SHA512 6ae6e40a503735461914bd934177c85acaaf6a61144562d8ae90296242aa29a8a1cf9c20fa196136eae1d3a51a936e1f89be8769c43c8aeb46ea5b28c8031d46 WHIRLPOOL 8c27a8ea0149b3eb5b32a831e7b34d66a69632b1a869af70a8cff678580b2a8254a93e6d95c07e081b964e9d74d0b2f93b81f903261f5841de2751c059d447cf EBUILD vserver-init-1.ebuild 428 SHA256 377ba983ee70ddf7b79cf283404e7e134b5a6d79f3ae994e67cae4664e3d5f84 SHA512 1b61660be3ec646593cd144116ec7a6b563a5ceb52d0bbb328d82388c95e5b5b54f3826a7f230a9bafbabc163b53808be7e63695bd0a54b419f7ce58e20589d7 WHIRLPOOL ac208909d97db78146963ea0d788f65046520c8c96b40151fbc2a1327f827cbdfd22f4e25870a6d703ad0efac524f111c9fd8d74cf67c084ed68f3cf9da18020 -EBUILD vserver-init-2.ebuild 428 SHA256 377ba983ee70ddf7b79cf283404e7e134b5a6d79f3ae994e67cae4664e3d5f84 SHA512 1b61660be3ec646593cd144116ec7a6b563a5ceb52d0bbb328d82388c95e5b5b54f3826a7f230a9bafbabc163b53808be7e63695bd0a54b419f7ce58e20589d7 WHIRLPOOL ac208909d97db78146963ea0d788f65046520c8c96b40151fbc2a1327f827cbdfd22f4e25870a6d703ad0efac524f111c9fd8d74cf67c084ed68f3cf9da18020 === removed file 'sys-cluster/vserver-init/files/2-init-vserver.sh' --- sys-cluster/vserver-init/files/2-init-vserver.sh 2016-02-26 11:26:09 +0000 +++ sys-cluster/vserver-init/files/2-init-vserver.sh 1970-01-01 00:00:00 +0000 @@ -1,31 +0,0 @@ -#!/bin/bash -# -# Copyright (C) 2006 Benedikt Boehm -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; version 2 of the License. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -# -# BIG FAT WARNING: -# -# Do not remove this file if you are using gentoo init style! -# Your vserver will not boot anymore! -# -# You have been warned... - -# Force TERM=linux for baselayout-2 - -RUNLEVEL=1 /sbin/openrc sysinit || exit 1 -/sbin/openrc boot || exit 1 -/sbin/openrc ${1:-default} -exit 0 === removed file 'sys-cluster/vserver-init/vserver-init-2.ebuild' --- sys-cluster/vserver-init/vserver-init-2.ebuild 2016-02-26 11:26:09 +0000 +++ sys-cluster/vserver-init/vserver-init-2.ebuild 1970-01-01 00:00:00 +0000 @@ -1,22 +0,0 @@ -# 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 -}