Comment 7 for bug 204594

Revision history for this message
Onno Benschop (onno-itmaze) wrote :

This patch contains one more idiosyncrasy, namely, on line 90 and 91:

        /bin/pidof -o %PPID $1
        status="$?"

I suspect that this needs to become:

        /bin/pidof -o %PPID $1 || status="$?"

Also, the changelog does not refer to this bug report in any way, which I understood to be a requirement for a patch.