mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-18 16:58:54 -04:00
16 lines
416 B
INI
16 lines
416 B
INI
$NetBSD: patch-sample-config_nagios.cfg.in,v 1.2 2015/04/03 17:06:08 rodent Exp $
|
|
|
|
Fix placement of temporary file.
|
|
|
|
--- sample-config/nagios.cfg.in.orig 2014-08-12 15:00:01.000000000 +0000
|
|
+++ sample-config/nagios.cfg.in
|
|
@@ -176,7 +176,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
|
|
|
|
|
|
|