diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-23 14:36:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-23 14:36:01 +0000 |
commit | cd66fda28d95013e9d8b2927ddf395bfa95a699f (patch) | |
tree | 445cbb7694891141c82034d9af72f38b6708d194 /net-mgmt/nagios4/files/patch-include__locations.h.in | |
parent | misc/nms: document ncurses, honor CFLAGS and LDFLAGS (diff) |
Revert the update to 4.2.
It currently exits with a bus error, which is, not good.
Reported by: many
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/nagios4/files/patch-include__locations.h.in')
-rw-r--r-- | net-mgmt/nagios4/files/patch-include__locations.h.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/nagios4/files/patch-include__locations.h.in b/net-mgmt/nagios4/files/patch-include__locations.h.in new file mode 100644 index 000000000000..424ab23adc63 --- /dev/null +++ b/net-mgmt/nagios4/files/patch-include__locations.h.in @@ -0,0 +1,11 @@ +--- include/locations.h.in.orig 2014-08-12 15:00:01 UTC ++++ include/locations.h.in +@@ -19,7 +19,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/" |