Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 186876 | Differences between
and this patch

Collapse All | Expand All

(-)pym/portage.py (-1 / +2 lines)
Lines 2327-2333 Link Here
2327
	# points is minimized).  The "tee" binary is not among the allowed entry
2327
	# points is minimized).  The "tee" binary is not among the allowed entry
2328
	# points, so it is spawned outside of the sesandbox domain and reads from a
2328
	# points, so it is spawned outside of the sesandbox domain and reads from a
2329
	# pseudo-terminal that connects two domains.
2329
	# pseudo-terminal that connects two domains.
2330
	logfile = keywords.get("logfile")
2330
	#logfile = keywords.get("logfile")
2331
	logfile = None
2331
	mypids = []
2332
	mypids = []
2332
	master_fd = None
2333
	master_fd = None
2333
	slave_fd = None
2334
	slave_fd = None

Return to bug 186876