From: Christian Heim Date: Wed, 6 Sep 2006 16:26:21 +0000 (+0000) Subject: Fixing my comments (rephrasing, clarifying). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f27dd8bcaac7ca69bc3738727368e35e527f1e6f;p=gentoo.git Fixing my comments (rephrasing, clarifying). Package-Manager: portage-2.1.1_rc1-r5 --- 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 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