Comment 6 for bug 605721

Revision history for this message
Chris Cheney (ccheney) wrote :

It appears to be a bug caused by using this:

                system("lsof $backing_store &>/dev/null");

instead of:

                system("lsof $backing_store >/dev/null 2>&1");