Subject: CVS commit: pkgsrc/net/nagios-base
From: Emmanuel Dreyfus
Date: 2017-08-20 08:59:16
Message id: 20170820065916.D8587FAD0@cvs.NetBSD.org

Log Message:
Fix nagios unability to cleanup checkresults directory

From upstream https://github.com/NagiosEnterprises/nagioscore/pull/417

Once nagios is done with a file in the checkresults directory,
it deletes it. This was done with a relative file path, causing
failures if nagios working directory is not the checkresults
directory. As a consequence, old result file remained intact,
causing system slowdowns as the directory grew and nagios spent
more and more time attempting to clean it up.

The fix is just to use an absolute path, so that it works
regardeless of current directory setting.

Files:
RevisionActionfile
1.73modifypkgsrc/net/nagios-base/Makefile
1.32modifypkgsrc/net/nagios-base/distinfo
1.1addpkgsrc/net/nagios-base/patches/patch-base_utils.c