summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-01-13 00:11:38 +0000
committerMichael Imhof <tantive@gentoo.org>2003-01-13 00:11:38 +0000
commit8c5a0e342203213c42319c3f28a279cc9ca2effb (patch)
tree77612b1d6cdd565fa4f6fbafd58ce34b4a829011 /app-sci
parentNew version (diff)
downloadhistorical-8c5a0e342203213c42319c3f28a279cc9ca2effb.tar.gz
historical-8c5a0e342203213c42319c3f28a279cc9ca2effb.tar.bz2
historical-8c5a0e342203213c42319c3f28a279cc9ca2effb.zip
Added ewarn about execution problems on first start
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/zetagrid/zetagrid-1.0-r1.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/app-sci/zetagrid/zetagrid-1.0-r1.ebuild b/app-sci/zetagrid/zetagrid-1.0-r1.ebuild
index d15d262462a2..cba79342858c 100644
--- a/app-sci/zetagrid/zetagrid-1.0-r1.ebuild
+++ b/app-sci/zetagrid/zetagrid-1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/zetagrid-1.0-r1.ebuild,v 1.3 2003/01/12 23:52:14 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/zetagrid/zetagrid-1.0-r1.ebuild,v 1.4 2003/01/13 00:11:38 tantive Exp $
S=${WORKDIR}/zetagrid-${PV}
DESCRIPTION="An open source and platform independent grid system"
@@ -39,5 +39,9 @@ pkg_postinst() {
einfo "Zetagrid can be started using zeta.sh"
einfo "Progress information is displayed by zeta_progress.sh or"
einfo "by "java -cp zeta_progress.jar zeta.JShowProgress"."
+ einfo
+ ewarn "If you're getting an error at first execution"
+ ewarn "please run it a second time, this issue is known"
+ ewarn "and only happens at the very first start."
}