Revise check for open files in scan_incoming
authorJacob Bachmeyer <jcb@gnu.org>
Sat, 15 Oct 2022 03:24:04 +0000 (22:24 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Sat, 15 Oct 2022 03:24:04 +0000 (22:24 -0500)
commit79aef13ac63febbc2be0aecf6134b29a2c1f047a
tree348efcf85b79b200560abb097eaf1803f01d5935
parentbf1e6fbf9550004dd1584ff3f76f2ed1929372ab
Revise check for open files in scan_incoming

The old code would incorrectly assume that no files are open if the
lsof program fails to run; this new code uses a list-form pipe open
introduced in Perl 5.8.0 instead of an implied fork.

Also use File::Spec to form the arguments to lsof.
gatekeeper.pl