pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nagios-base/patches Also add two missing nagios pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f246003481b
branches:  trunk
changeset: 544826:2f246003481b
user:      tonnerre <tonnerre%pkgsrc.org@localhost>
date:      Mon Jul 21 00:36:11 2008 +0000

description:
Also add two missing nagios patches...

diffstat:

 net/nagios-base/patches/patch-ag |  13 +++++++++++++
 net/nagios-base/patches/patch-ai |  13 +++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

diffs (34 lines):

diff -r 8b93b6cc24db -r 2f246003481b net/nagios-base/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nagios-base/patches/patch-ag  Mon Jul 21 00:36:11 2008 +0000
@@ -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 -r 8b93b6cc24db -r 2f246003481b net/nagios-base/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nagios-base/patches/patch-ai  Mon Jul 21 00:36:11 2008 +0000
@@ -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/"



Home | Main Index | Thread Index | Old Index