diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:24:49 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2009-07-12 18:24:49 +0000 |
commit | 2bd3d5d7e3b81bed515a5c41b541c8a1112c6187 (patch) | |
tree | 9618a7224656f1d9f6dba8b56393770e31849c68 /sys-fs/ocfs2-tools | |
parent | Stable on alpha, bug #276755 (diff) | |
download | gentoo-2-2bd3d5d7e3b81bed515a5c41b541c8a1112c6187.tar.gz gentoo-2-2bd3d5d7e3b81bed515a5c41b541c8a1112c6187.tar.bz2 gentoo-2-2bd3d5d7e3b81bed515a5c41b541c8a1112c6187.zip |
Fix elog statement; bug #272943
(Portage version: 2.2_rc33-r1/cvs/Linux i686)
Diffstat (limited to 'sys-fs/ocfs2-tools')
-rw-r--r-- | sys-fs/ocfs2-tools/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/ocfs2-tools/ocfs2-tools-1.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/ocfs2-tools/ChangeLog b/sys-fs/ocfs2-tools/ChangeLog index 601c46aae9fa..b859cec26c17 100644 --- a/sys-fs/ocfs2-tools/ChangeLog +++ b/sys-fs/ocfs2-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ocfs2-tools -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.3 2007/04/26 07:39:22 dberkholz Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ChangeLog,v 1.4 2009/07/12 18:24:49 halcy0n Exp $ + + 12 Jul 2009; Mark Loeser <halcy0n@gentoo.org> ocfs2-tools-1.2.1.ebuild: + Fix elog statement; bug #272943 26 Apr 2007; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml: Update for cluster herd split to hp-cluster and ha-cluster. diff --git a/sys-fs/ocfs2-tools/ocfs2-tools-1.2.1.ebuild b/sys-fs/ocfs2-tools/ocfs2-tools-1.2.1.ebuild index 4e22674a358f..a38c1c731554 100644 --- a/sys-fs/ocfs2-tools/ocfs2-tools-1.2.1.ebuild +++ b/sys-fs/ocfs2-tools/ocfs2-tools-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.2.1.ebuild,v 1.3 2007/06/26 02:53:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ocfs2-tools/ocfs2-tools-1.2.1.ebuild,v 1.4 2009/07/12 18:24:49 halcy0n Exp $ PV_MAJOR="${PV%%.*}" PV_MINOR="${PV#*.}" @@ -73,6 +73,6 @@ src_install() { } pkg_postinst() { - elog "Read ${ROOT}usr/share/doc/${P}/INSTALL.GENTOO.gz for instructions" + elog "Read INSTALL.GENTOO in ${ROOT}usr/share/doc/${P}/ for instructions" elog "about how to install, configure and run ocfs2." } |