* [gentoo-commits] portage r15824 - main/trunk/bin
@ 2010-03-13 2:22 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-13 2:22 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2010-03-13 02:22:20 +0000 (Sat, 13 Mar 2010)
New Revision: 15824
Modified:
main/trunk/bin/ebuild
main/trunk/bin/emerge
Log:
Add references to bug #309001 in comments about SIGPIPE handling.
Modified: main/trunk/bin/ebuild
===================================================================
--- main/trunk/bin/ebuild 2010-03-13 02:18:05 UTC (rev 15823)
+++ main/trunk/bin/ebuild 2010-03-13 02:22:20 UTC (rev 15824)
@@ -17,6 +17,7 @@
signal.signal(signal.SIGINT, exithandler)
signal.signal(signal.SIGTERM, exithandler)
+ # Quiet killing of subprocesses by SIGPIPE (see bug #309001).
signal.signal(signal.SIGPIPE, signal.SIG_DFL)
except KeyboardInterrupt:
Modified: main/trunk/bin/emerge
===================================================================
--- main/trunk/bin/emerge 2010-03-13 02:18:05 UTC (rev 15823)
+++ main/trunk/bin/emerge 2010-03-13 02:22:20 UTC (rev 15824)
@@ -17,6 +17,7 @@
signal.signal(signal.SIGINT, exithandler)
signal.signal(signal.SIGTERM, exithandler)
+ # Quiet killing of subprocesses by SIGPIPE (see bug #309001).
signal.signal(signal.SIGPIPE, signal.SIG_DFL)
except KeyboardInterrupt:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-13 2:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-13 2:22 [gentoo-commits] portage r15824 - main/trunk/bin Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox