Comment 1 for bug 894278

Revision history for this message
johan (johan-severalnines) wrote : Re: [Bug 894278] [NEW] mysqlcluster-71/cluster/init.d/cmon correction

Hi Mike,
Thanks, will fix this.

Btw, for subsequent requests, can you please use our new support system at
http://support.severalnines.com

Thank you, good luck
Johan

On 2011-11-24 09.24, Mike wrote:
> Public bug reported:
>
> RETVAL=0
> pidof_prog() {
> if [ -e "$PIDFILE" ]; then
> if pidof $PROGNAME | tr ' ' '
> ' | grep $(cat $PIDFILE); then
> return 0
> fi
> fi
> return 1
> }
>
>
> \ missed!
>
> ** Affects: cmon
> Importance: Undecided
> Status: New
>