summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-09-06 16:26:21 +0000
committerChristian Heim <phreak@gentoo.org>2006-09-06 16:26:21 +0000
commitf27dd8bcaac7ca69bc3738727368e35e527f1e6f (patch)
tree346ff2b1ebf8a53fefed546a2cbc77ddc18803c2 /sys-cluster/vzctl
parentUse correct path for manpages (diff)
downloadhistorical-f27dd8bcaac7ca69bc3738727368e35e527f1e6f.tar.gz
historical-f27dd8bcaac7ca69bc3738727368e35e527f1e6f.tar.bz2
historical-f27dd8bcaac7ca69bc3738727368e35e527f1e6f.zip
Fixing my comments (rephrasing, clarifying).
Package-Manager: portage-2.1.1_rc1-r5
Diffstat (limited to 'sys-cluster/vzctl')
-rw-r--r--sys-cluster/vzctl/ChangeLog6
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild8
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.11.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog
index 730878a1e02d..aa318996c801 100644
--- a/sys-cluster/vzctl/ChangeLog
+++ b/sys-cluster/vzctl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/vzctl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.32 2006/09/06 14:40:54 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.33 2006/09/06 16:26:21 phreak Exp $
+
+ 06 Sep 2006; Christian Heim <phreak@gentoo.org> vzctl-3.0.11.ebuild,
+ vzctl-3.0.11-r1.ebuild:
+ Fixing my comments (rephrasing, clarifying).
*vzctl-3.0.11-r1 (06 Sep 2006)
diff --git a/sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild b/sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild
index 825eecdb11fa..90a95d0ee943 100644
--- a/sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild
+++ b/sys-cluster/vzctl/vzctl-3.0.11-r1.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.11-r1.ebuild,v 1.1 2006/09/06 14:40:54 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.11-r1.ebuild,v 1.2 2006/09/06 16:26:21 phreak Exp $
inherit eutils flag-o-matic multilib
@@ -38,8 +38,8 @@ src_compile() {
src_install() {
make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/vzctl" install || die "make install failed"
- # the get_libdir breaks stupid src/Makefile (all contained tools)
- # so we have to create a env.d entry for vzctl's LDPATH
+ # the get_libdir in `make install' breaks src/Makefile's logic (and thus all
+ # contained tools), so we have to create a env.d entry for vzctl's LDPATH.
dodir /etc/env.d
echo "LDPATH=\"/usr/$(get_libdir)/vzctl\"" > "${D}"/etc/env.d/05vzctl
@@ -49,7 +49,7 @@ src_install() {
echo 'KERNEL="vzctl", NAME="%k", MODE="0600"' > "${D}"/etc/udev/rules.d/60-vzctl.rules
fi
- # Provide a symlink for vz.conf (part 1 of fixing #138462)
+ # Provide a symlink for vz.conf (fixing #138462)
dosym /etc/vz/vz.conf /etc/conf.d/vz
# Install gentoo specific init script
diff --git a/sys-cluster/vzctl/vzctl-3.0.11.ebuild b/sys-cluster/vzctl/vzctl-3.0.11.ebuild
index 3603cc3f0f85..35deedcbd1b4 100644
--- a/sys-cluster/vzctl/vzctl-3.0.11.ebuild
+++ b/sys-cluster/vzctl/vzctl-3.0.11.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.11.ebuild,v 1.1 2006/08/27 10:25:21 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.11.ebuild,v 1.2 2006/09/06 16:26:21 phreak Exp $
inherit eutils flag-o-matic multilib
@@ -37,12 +37,12 @@ src_compile() {
src_install() {
make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)/vzctl" install || die "make install failed"
- # the get_libdir breaks stupid src/Makefile (all contained tools)
- # so we have to create a env.d entry for vzctl's LDPATH
+ # the get_libdir in `make install' breaks src/Makefile's logic (and thus all
+ # contained tools), so we have to create a env.d entry for vzctl's LDPATH.
dodir /etc/env.d
echo "LDPATH=\"/usr/$(get_libdir)/vzctl\"" > "${D}"/etc/env.d/05vzctl
- # Provide a symlink for vz.conf (part 1 of fixing #138462)
+ # Provide a symlink for vz.conf (fixing #138462)
dosym /etc/vz/vz.conf /etc/conf.d/vz
# Install gentoo specific init script