aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-15 09:13:19 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-15 09:13:19 -0700
commit8155eaf46ed78ae4358943a29036efc2306ff2b6 (patch)
tree94f36dc9e8818cfd2e0f08957a78e58f70df32e1 /pym/_emerge/EbuildIpcDaemon.py
parentAdd some ebuild metadata for realism. (diff)
downloadportage-8155eaf46ed78ae4358943a29036efc2306ff2b6.tar.gz
portage-8155eaf46ed78ae4358943a29036efc2306ff2b6.tar.bz2
portage-8155eaf46ed78ae4358943a29036efc2306ff2b6.zip
Add the "unexpected bash exit" case to the docstring.
Diffstat (limited to 'pym/_emerge/EbuildIpcDaemon.py')
-rw-r--r--pym/_emerge/EbuildIpcDaemon.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pym/_emerge/EbuildIpcDaemon.py b/pym/_emerge/EbuildIpcDaemon.py
index 68c68d28d..84ee022b8 100644
--- a/pym/_emerge/EbuildIpcDaemon.py
+++ b/pym/_emerge/EbuildIpcDaemon.py
@@ -21,7 +21,9 @@ class EbuildIpcDaemon(FifoIpcDaemon):
performance and userpriv permission issues.
3) Reliable ebuild termination in cases when the ebuild has accidentally
- left orphan processes running in the backgraound (as in bug 278895).
+ left orphan processes running in the background (as in bug #278895).
+
+ 4) Detect cases in which bash has exited unexpectedly (as in bug #190128).
"""
__slots__ = ('commands',)