|
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 |