projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529f813
)
Add the "unexpected bash exit" case to the docstring.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 15 Aug 2010 16:13:19 +0000
(09:13 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 15 Aug 2010 16:13:19 +0000
(09:13 -0700)
pym/_emerge/EbuildIpcDaemon.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/EbuildIpcDaemon.py
b/pym/_emerge/EbuildIpcDaemon.py
index 68c68d28d827e0f569c9c8e9e1b5580059056d33..84ee022b8614b5f1b250ebea99033c9c8a5ab760 100644
(file)
--- 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',)