summaryrefslogtreecommitdiff
path: root/net/nagios-base
diff options
context:
space:
mode:
authortonnerre <tonnerre>2008-07-21 00:36:11 +0000
committertonnerre <tonnerre>2008-07-21 00:36:11 +0000
commit3ad22eb9151ee5c2453a9b9229b27d10d43d5e37 (patch)
tree8dd80e1ef999a223948ebe95be078278579e362d /net/nagios-base
parentb57aa85444f186762c489fa56bf7af475a80c47b (diff)
downloadpkgsrc-3ad22eb9151ee5c2453a9b9229b27d10d43d5e37.tar.gz
Also add two missing nagios patches...
Diffstat (limited to 'net/nagios-base')
-rw-r--r--net/nagios-base/patches/patch-ag13
-rw-r--r--net/nagios-base/patches/patch-ai13
2 files changed, 26 insertions, 0 deletions
diff --git a/net/nagios-base/patches/patch-ag b/net/nagios-base/patches/patch-ag
new file mode 100644
index 00000000000..1fb069a1e76
--- /dev/null
+++ b/net/nagios-base/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.5 2008/07/21 00:36:11 tonnerre Exp $
+
+--- configure.orig 2008-06-25 20:16:28.000000000 +0200
++++ configure
+@@ -5509,7 +5509,7 @@ else
+ CHECKRESULTDIR=no
+ fi;
+ if test x$CHECKRESULTDIR = xno; then
+- CHECKRESULTDIR="$localstatedir/spool/checkresults"
++ CHECKRESULTDIR="$localstatedir/checkresults"
+ fi
+
+
diff --git a/net/nagios-base/patches/patch-ai b/net/nagios-base/patches/patch-ai
new file mode 100644
index 00000000000..c6669131ffe
--- /dev/null
+++ b/net/nagios-base/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.3 2008/07/21 00:36:11 tonnerre Exp $
+
+--- include/locations.h.in.orig 2007-05-01 00:45:57.000000000 +0200
++++ include/locations.h.in
+@@ -20,7 +20,7 @@
+
+ #define DEFAULT_TEMP_FILE "@localstatedir@/tempfile"
+ #define DEFAULT_TEMP_PATH "/tmp"
+-#define DEFAULT_CHECK_RESULT_PATH "@localstatedir@/spool/checkresults"
++#define DEFAULT_CHECK_RESULT_PATH "@localstatedir@/checkresults"
+ #define DEFAULT_STATUS_FILE "@localstatedir@/status.dat"
+ #define DEFAULT_LOG_FILE "@localstatedir@/nagios.log"
+ #define DEFAULT_LOG_ARCHIVE_PATH "@localstatedir@/archives/"