From: Zac Medico Date: Sun, 15 Aug 2010 16:13:19 +0000 (-0700) Subject: Add the "unexpected bash exit" case to the docstring. X-Git-Tag: v2.2_rc68~198 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8155eaf46ed78ae4358943a29036efc2306ff2b6;p=portage.git Add the "unexpected bash exit" case to the docstring. --- 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',)