Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 471016
Collapse All | Expand All

(-)a/sh/rc-cgroup.sh.in (-1 / +1 lines)
Lines 115-121 cgroup_cleanup() Link Here
115
				cgroup_get_pids || { eend 0 "finished" ; return 0 ; }
115
				cgroup_get_pids || { eend 0 "finished" ; return 0 ; }
116
				sleep 1
116
				sleep 1
117
			done
117
			done
118
		done
118
		done 2>/dev/null
119
	done
119
	done
120
	cgroup_get_pids || { eend 0 "finished" ; return 0; }
120
	cgroup_get_pids || { eend 0 "finished" ; return 0; }
121
	kill -9 $pids
121
	kill -9 $pids

Return to bug 471016