summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-07-13 00:44:46 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-07-13 00:44:46 +0000
commit50e1e0d3a1293bfe004d4cac4d277150d31d9046 (patch)
treede1d17206d4ba4e032ffc6a13ef93bd724fceb7a /www-apps/twiki/twiki-4.0.4.ebuild
parentCloses bug #135355 and also adds a gcc-4.1 patch (diff)
downloadgentoo-2-50e1e0d3a1293bfe004d4cac4d277150d31d9046.tar.gz
gentoo-2-50e1e0d3a1293bfe004d4cac4d277150d31d9046.tar.bz2
gentoo-2-50e1e0d3a1293bfe004d4cac4d277150d31d9046.zip
Clarified postinstall instructions per bug #140131.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'www-apps/twiki/twiki-4.0.4.ebuild')
-rw-r--r--www-apps/twiki/twiki-4.0.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apps/twiki/twiki-4.0.4.ebuild b/www-apps/twiki/twiki-4.0.4.ebuild
index 63dd68ed0ed2..f205c48a3c27 100644
--- a/www-apps/twiki/twiki-4.0.4.ebuild
+++ b/www-apps/twiki/twiki-4.0.4.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/www-apps/twiki/twiki-4.0.4.ebuild,v 1.2 2006/07/09 21:12:57 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/twiki/twiki-4.0.4.ebuild,v 1.3 2006/07/13 00:44:46 rl03 Exp $
inherit webapp eutils
@@ -76,6 +76,7 @@ pkg_postinst() {
ewarn "http://twiki.org/cgi-bin/view/TWiki/TWikiDocumentation"
ewarn
elog "webapp-config will not be run automatically"
+ elog "Run webapp-config -I -h <host> -d ${PN} ${PN} ${PVR} to install"
elog
# webapp_pkg_postinst
}