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

(-)sh/rc-services.sh (-1 / +1 lines)
Lines 396-402 Link Here
396
	# Otheriwse we don't block
396
	# Otheriwse we don't block
397
	# FreeBSD has numerous FIFO issues, so wait in a loop
397
	# FreeBSD has numerous FIFO issues, so wait in a loop
398
	# http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/94772
398
	# http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/94772
399
	if [[ $(uname) == "FreeBSD" ]] ; then
399
	if [[ $(uname) == "FreeBSD" ]] || is_vps_sys ; then
400
		while [[ -e ${fifo} ]] ; do
400
		while [[ -e ${fifo} ]] ; do
401
			sleep 1 
401
			sleep 1 
402
		done
402
		done

Return to bug 149897