#8 Fix inverted fuser exit status check
Opened by erikarvstedt. Modified
erikarvstedt/tmpwatch fix-fuser-check  into  master

Download 8.patch

Copy of commit msg

The exit status of fuser is 0 when no processes are accessing the file.
This applies to both the psmisc and busybox fuser implementations.

The inverted check caused tmpwatch to delete used files and skip unused
files.

Metadata