summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-12-25 08:07:06 +0000
committerZac Medico <zmedico@gentoo.org>2006-12-25 08:07:06 +0000
commit215c5bf7bdee49249a2346fb093a0b424f99084a (patch)
treec682b7606fa049933e70f33360e939642a4ec18f /eclass/webapp.eclass
parentVersion bump and fix building in parallel. (diff)
downloadgentoo-2-215c5bf7bdee49249a2346fb093a0b424f99084a.tar.gz
gentoo-2-215c5bf7bdee49249a2346fb093a0b424f99084a.tar.bz2
gentoo-2-215c5bf7bdee49249a2346fb093a0b424f99084a.zip
Add an ewarn message with a reference to bug #124440 in case users experience a deadlock.
Diffstat (limited to 'eclass/webapp.eclass')
-rw-r--r--eclass/webapp.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/webapp.eclass b/eclass/webapp.eclass
index 36bb4fa199aa..d98db63112b6 100644
--- a/eclass/webapp.eclass
+++ b/eclass/webapp.eclass
@@ -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/eclass/webapp.eclass,v 1.45 2006/10/14 20:27:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/webapp.eclass,v 1.46 2006/12/25 08:07:06 zmedico Exp $
#
# eclass/webapp.eclass
# Eclass for installing applications to run under a web server
@@ -501,6 +501,8 @@ function webapp_pkg_postinst ()
if [ "${IS_UPGRADE}" = "1" ] ; then
elog "Removing old version ${REMOVE_PKG}"
+ ewarn "This action may result in a deadlock. Please refer to"
+ ewarn "http://bugs.gentoo.org/show_bug.cgi?id=124440 for more information."
emerge -C "${REMOVE_PKG}"
fi