zmaudit.pl problem, solution
Posted: Sat Nov 15, 2003 7:57 pm
i had a problem with zmaudit.pl not cleaning up orphaned events properly. turned out to be that my monitor's had spaces in the names, and in zmaudit where it calls "rm -rf .." it wasn't quoting the path name so it was failing because of the space.
i fixed it by changing the rm command to have a quoted path. alternatively, if monitor names shouldn't have spaces, this should be checked at monitor creation.
shannon
i fixed it by changing the rm command to have a quoted path. alternatively, if monitor names shouldn't have spaces, this should be checked at monitor creation.
shannon