diff options
Diffstat (limited to 'net/nagios-base/patches/patch-sample-config_nagios.cfg.in')
-rw-r--r-- | net/nagios-base/patches/patch-sample-config_nagios.cfg.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/nagios-base/patches/patch-sample-config_nagios.cfg.in b/net/nagios-base/patches/patch-sample-config_nagios.cfg.in new file mode 100644 index 00000000000..51c4fa64dfb --- /dev/null +++ b/net/nagios-base/patches/patch-sample-config_nagios.cfg.in @@ -0,0 +1,15 @@ +$NetBSD: patch-sample-config_nagios.cfg.in,v 1.1 2014/04/02 10:22:37 he Exp $ + +Fix placement of temporary file. + +--- sample-config/nagios.cfg.in.orig 2010-10-04 02:27:55.000000000 +0000 ++++ sample-config/nagios.cfg.in +@@ -198,7 +198,7 @@ lock_file=@lockfile@ + # is created, used, and deleted throughout the time that Nagios is + # running. + +-temp_file=@localstatedir@/nagios.tmp ++temp_file=/tmp/nagios.tmp + + + |