]> git.pld-linux.org Git - packages/cacti-plugin-npc.git/commitdiff
patch- path to headers files
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Tue, 28 Mar 2006 07:18:39 +0000 (07:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-plugin-npc-path_headers.patch -> 1.1

cacti-plugin-npc-path_headers.patch [new file with mode: 0644]

diff --git a/cacti-plugin-npc-path_headers.patch b/cacti-plugin-npc-path_headers.patch
new file mode 100644 (file)
index 0000000..6f44c9e
--- /dev/null
@@ -0,0 +1,28 @@
+diff -uNr npc.orig/neb/inserter.c npc/neb/inserter.c
+--- npc.orig/neb/inserter.c    2005-11-12 15:44:11.000000000 +0100
++++ npc/neb/inserter.c 2006-03-28 09:09:33.000000000 +0200
+@@ -44,16 +44,16 @@
+ #include <mysql/errmsg.h>
+ /* include the needed event broker header files */
+-#include "../include/nebmodules.h"
+-#include "../include/nebcallbacks.h"
+-#include "../include/nebstructs.h"
+-#include "../include/broker.h"
++#include "nagios/nebmodules.h"
++#include "nagios/nebcallbacks.h"
++#include "nagios/nebstructs.h"
++#include "nagios/broker.h"
+ /* include some Nagios stuff as well */
+-#include "../include/config.h"
+-#include "../include/common.h"
+-#include "../include/nagios.h"
+-#include "../include/objects.h"
++#include "nagios/config.h"
++#include "nagios/common.h"
++#include "nagios/nagios.h"
++#include "nagios/objects.h"
+ #include <sys/types.h>
+ #include <string.h>
This page took 0.052591 seconds and 4 git commands to generate.