diff options
author | Peter Volkov <pva@gentoo.org> | 2009-11-06 13:12:44 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-11-06 13:12:44 +0000 |
commit | fb896503070c13bee670cdabf8e831ef87680ba0 (patch) | |
tree | 91a9896faa98ba95e29ec2331d48e061335de6ee /sys-cluster/vzctl | |
parent | Support xz rpms #292057 by Rafał Mużyło and always use rpmoffset #249769 b... (diff) | |
download | gentoo-2-fb896503070c13bee670cdabf8e831ef87680ba0.tar.gz gentoo-2-fb896503070c13bee670cdabf8e831ef87680ba0.tar.bz2 gentoo-2-fb896503070c13bee670cdabf8e831ef87680ba0.zip |
Rename VE -> CT (like upstream already did).
(Portage version: 2.1.7.2/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/vzctl')
-rw-r--r-- | sys-cluster/vzctl/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/vzctl/vzctl-9999.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog index f5b66467072d..2b466e43012e 100644 --- a/sys-cluster/vzctl/ChangeLog +++ b/sys-cluster/vzctl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/vzctl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.66 2009/10/27 13:50:33 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.67 2009/11/06 13:12:44 pva Exp $ + + 06 Nov 2009; Peter Volkov <pva@gentoo.org> vzctl-9999.ebuild: + Rename VE -> CT (like upstream already did). 27 Oct 2009; Peter Volkov <pva@gentoo.org> vzctl-9999.ebuild: Nuke logrotate USE flag in git ebuild too. diff --git a/sys-cluster/vzctl/vzctl-9999.ebuild b/sys-cluster/vzctl/vzctl-9999.ebuild index 907c091a2553..5e88f77d1a91 100644 --- a/sys-cluster/vzctl/vzctl-9999.ebuild +++ b/sys-cluster/vzctl/vzctl-9999.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-9999.ebuild,v 1.3 2009/10/27 13:50:33 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-9999.ebuild,v 1.4 2009/11/06 13:12:44 pva Exp $ EAPI="2" inherit bash-completion autotools git -DESCRIPTION="OpenVZ VE control utility" +DESCRIPTION="OpenVZ ConTainers control utility" HOMEPAGE="http://openvz.org/" EGIT_REPO_URI="git://git.openvz.org/pub/vzctl" @@ -56,9 +56,9 @@ pkg_postinst() { ewarn if has_version "<sys-cluster/vzctl-3.0.10"; then ewarn "The location of some vzctl files have changed. Most notably," - ewarn "VE configuration files and samples directory has changed from" + ewarn "CT configuration files and samples directory has changed from" ewarn "/etc/vz to /etc/vz/conf. In order to be able to work with" - ewarn "your VEs, please do the following:" + ewarn "your CTs, please do the following:" ewarn ewarn "bash# mv /etc/vz/[0-9]*.conf /etc/vz/conf/" ewarn @@ -92,11 +92,11 @@ pkg_postinst() { elog "NOTE: Starting with vzctl-3.0.22 the mechanism for choosing the" elog "interfaces to send ARP requests to has been improved (see description" - elog "of NEIGHBOUR_DEVS in vz.conf(5) man page). In case VE IP addresses" - elog "are not on the same subnet as HN IPs, it may lead to such VEs being" + elog "of NEIGHBOUR_DEVS in vz.conf(5) man page). In case CT IP addresses" + elog "are not on the same subnet as HN IPs, it may lead to such CTs being" elog "unreachable from the outside world." elog - elog "The solution is to set up a device route(s) for the network your VEs are" + elog "The solution is to set up a device route(s) for the network your CTs are" elog "in. For more details, see http://bugzilla.openvz.org/show_bug.cgi?id=771#c1" elog elog "The old vzctl behavior can be restored by setting NEIGHBOUR_DEVS to any" |