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

Collapse All | Expand All

(-)genlop-0.30.10.ORIG/genlop (-1 / +1 lines)
Lines 699-705 Link Here
699
	# not check for sanity and have users check their FEATURES instead.
699
	# not check for sanity and have users check their FEATURES instead.
700
	my @targets      = ();
700
	my @targets      = ();
701
	my @sandbox_pids = ();
701
	my @sandbox_pids = ();
702
	my @sandbox_procs = qx{ps ax -o pid,args | tail -n +2 | sed -e's/^ *//' | grep ' sandbox ' | grep -v ' grep '};
702
	my @sandbox_procs = qx{ps ax -o pid,args | tail -n +2 | sed -e's/^ *//' | grep ' sandbox ' | grep -v 'pid-ns-init ' | grep -v ' grep '};
703
	my ($e_curmerge, $e_lastmerge);
703
	my ($e_curmerge, $e_lastmerge);
704
	foreach (@sandbox_procs)
704
	foreach (@sandbox_procs)
705
	{
705
	{

Return to bug 677890