summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-06-28 14:39:09 +0000
committerChristian Heim <phreak@gentoo.org>2006-06-28 14:39:09 +0000
commitcc79fb84133b0dda33927fd89072fa3fbd04c9bb (patch)
treea6284450973d73d4b594c84359b05eb78b9e2652 /sys-cluster/vzctl/vzctl-3.0.10.ebuild
parentnptl+nptlonly now (diff)
downloadhistorical-cc79fb84133b0dda33927fd89072fa3fbd04c9bb.tar.gz
historical-cc79fb84133b0dda33927fd89072fa3fbd04c9bb.tar.bz2
historical-cc79fb84133b0dda33927fd89072fa3fbd04c9bb.zip
Revision bump, fixing vzctl-3.0.10-Makefile.patch. Now also installs vpsnetclean and vpsreboot scripts into /usr/share/vzctl/scripts. Including initscript changes from Kir Kolyshkin <kir@openvz.org>.
Package-Manager: portage-2.1.1_pre1-r5
Diffstat (limited to 'sys-cluster/vzctl/vzctl-3.0.10.ebuild')
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/vzctl/vzctl-3.0.10.ebuild b/sys-cluster/vzctl/vzctl-3.0.10.ebuild
index c1bf540dccbb..f46cfa98cc57 100644
--- a/sys-cluster/vzctl/vzctl-3.0.10.ebuild
+++ b/sys-cluster/vzctl/vzctl-3.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.10.ebuild,v 1.2 2006/06/22 04:28:44 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.10.ebuild,v 1.3 2006/06/28 14:39:09 phreak Exp $
inherit eutils
@@ -33,7 +33,7 @@ src_install() {
make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/vzctl" install || die "make install failed"
# Install gentoo specific init script
- newinitd "${FILESDIR}"/vz.initd vz
+ newinitd "${FILESDIR}"/vz-${PV}.initd vz
}
pkg_postinst() {