summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-20 22:15:22 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-20 22:15:22 +0000
commit4d7c792343e41448bcef46ee69be46808ff65950 (patch)
tree31f3945dea3ea2c33532ddd428c2fdded2832942 /sys-cluster/gearmand
parentMarking qjson-0.7.1 ~ppc64 for bug 292413 (diff)
downloadgentoo-2-4d7c792343e41448bcef46ee69be46808ff65950.tar.gz
gentoo-2-4d7c792343e41448bcef46ee69be46808ff65950.tar.bz2
gentoo-2-4d7c792343e41448bcef46ee69be46808ff65950.zip
Add elog information at postinst, from Pavel.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/gearmand')
-rw-r--r--sys-cluster/gearmand/ChangeLog8
-rw-r--r--sys-cluster/gearmand/gearmand-0.11-r2.ebuild12
2 files changed, 16 insertions, 4 deletions
diff --git a/sys-cluster/gearmand/ChangeLog b/sys-cluster/gearmand/ChangeLog
index 51c04e050a5b..0273b8c348c3 100644
--- a/sys-cluster/gearmand/ChangeLog
+++ b/sys-cluster/gearmand/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/gearmand
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.3 2009/12/23 18:59:05 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/ChangeLog,v 1.4 2010/01/20 22:15:22 flameeyes Exp $
+
+ 20 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ gearmand-0.11-r2.ebuild:
+ Add elog information at postinst, from Pavel.
23 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
gearmand-0.11-r2.ebuild:
diff --git a/sys-cluster/gearmand/gearmand-0.11-r2.ebuild b/sys-cluster/gearmand/gearmand-0.11-r2.ebuild
index 064651631c8d..d64994380d16 100644
--- a/sys-cluster/gearmand/gearmand-0.11-r2.ebuild
+++ b/sys-cluster/gearmand/gearmand-0.11-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.11-r2.ebuild,v 1.3 2009/12/23 18:59:05 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/gearmand/gearmand-0.11-r2.ebuild,v 1.4 2010/01/20 22:15:22 flameeyes Exp $
EAPI=2
@@ -89,3 +89,11 @@ src_install() {
find "${D}" -name '*.la' -delete || die
}
+
+pkg_postinst() {
+ elog ""
+ elog "Unless you set the PERSISTENT_TABLE option in"
+ elog "/etc/conf.d/gearmand, Gearmand will use table 'queue'."
+ elog "If such table doesn't exist, Gearmand will create it for you"
+ elog ""
+}