diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2011-05-16 10:35:55 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2011-05-16 10:35:55 +0000 |
commit | b351fe6e154e997acb70f2b90cc73ac10fa4c27f (patch) | |
tree | 07dee4b475b136a20a32981426e4fb5f72f27f07 /sys-cluster | |
parent | Version bump, EAPI4, fix #367253. (diff) | |
download | gentoo-2-b351fe6e154e997acb70f2b90cc73ac10fa4c27f.tar.gz gentoo-2-b351fe6e154e997acb70f2b90cc73ac10fa4c27f.tar.bz2 gentoo-2-b351fe6e154e997acb70f2b90cc73ac10fa4c27f.zip |
Enhanced messaging with REPLACING_VERSIONS, correct upgrade link.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/glusterfs/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/glusterfs/glusterfs-3.2.0.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/sys-cluster/glusterfs/ChangeLog b/sys-cluster/glusterfs/ChangeLog index fa43df598569..63c3107ec934 100644 --- a/sys-cluster/glusterfs/ChangeLog +++ b/sys-cluster/glusterfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/glusterfs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.27 2011/05/16 10:13:39 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/ChangeLog,v 1.28 2011/05/16 10:35:55 ultrabug Exp $ + + 16 May 2011; Ultrabug <ultrabug@gentoo.org> glusterfs-3.2.0.ebuild: + Enhanced messaging with REPLACING_VERSIONS, correct upgrade link. *glusterfs-3.2.0 (16 May 2011) diff --git a/sys-cluster/glusterfs/glusterfs-3.2.0.ebuild b/sys-cluster/glusterfs/glusterfs-3.2.0.ebuild index 770ab89af3f8..41a327fc665b 100644 --- a/sys-cluster/glusterfs/glusterfs-3.2.0.ebuild +++ b/sys-cluster/glusterfs/glusterfs-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.2.0.ebuild,v 1.1 2011/05/16 10:13:39 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/glusterfs/glusterfs-3.2.0.ebuild,v 1.2 2011/05/16 10:35:55 ultrabug Exp $ EAPI=4 @@ -93,16 +93,16 @@ pkg_postinst() { elog " # ${EDITOR} /etc/glusterfs/glusterfsd2.vol" elog "You can now treat glusterfsd2 like any other service" elog - elog "For more information on how to mount exported GlusterFS filesystems visit:" - elog "http://www.gluster.org/docs/index.php/Mounting_a_GlusterFS_Volume" - elog - elog "If you are upgrading from glusterfs 3.0.x please read:" - elog "http://www.gluster.com/community/documentation/index.php/Gluster_3.0_to_3.1_Upgrade_Guide" - elog ewarn "You need to use a ntp client to keep the clocks synchronized across all" ewarn "of your servers. Setup a NTP synchronizing service before attempting to" ewarn "run GlusterFS." + if [[ ${REPLACING_VERSIONS} < 3.1 ]]; then + elog + elog "You are upgrading from a previous version of ${PN}, please read:" + elog "http://www.gluster.com/community/documentation/index.php/Gluster_3.0_to_3.2_Upgrade_Guide" + fi + use emacs && elisp-site-regen } |