I've mandrake 9.1 running james 2.1. Each time I start the machine I get
the error "Already Running!!". the following patch avoid this error.

 diff phoenix.sh.org phoenix.sh
165,166c165,169
<             echo "Already Running!!"
<             exit 1
---
>             if ps -p `cat $PHOENIX_PID ` >/dev/null 2>/dev/null
>             then
>                 echo "Already Running!!"
>                 exit 1
>             fi

Later,
Manuel Soto


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to