summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/EbuildIpcDaemon.py
diff options
context:
space:
mode:
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',)