Michael wrote:
>> fault
better do it: emerge openoffice||emerge openoffice 
> What does that command do? Does it run it in parallel or something?
the "||" is a logical "or" connection, so if the first command fails (returns a
"false" value), the second one gets run. in this case, if the emerge fails on
the first try, it gets run again.
st