jobd/taskd: close the DATA file handle
commit6e7717e05c1ceb2070adf8bdab35b3a5fefaf64b
authorKyle J. McKay <mackyle@gmail.com>
Thu, 1 Oct 2015 06:21:19 +0000 (30 23:21 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 1 Oct 2015 06:21:19 +0000 (30 23:21 -0700)
tree19383c5c4f50a08f9b3455be78887c13e534c733
parentfa18be6f2e70efb9b999449b905e44a597ae52ef
jobd/taskd: close the DATA file handle

The "__END__" token creates and opens the DATA file
handle and stops parsing the input.  With all that
documentation text after __END__ it's a nice optimization
to stop parsing.  However, we don't actually need the
open file handle, so close it to avoid wasting resources.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/jobd.pl
taskd/taskd.pl