summaryrefslogtreecommitdiff
path: root/debian/patches/001-landesk_test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/001-landesk_test.patch')
-rw-r--r--debian/patches/001-landesk_test.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/001-landesk_test.patch b/debian/patches/001-landesk_test.patch
new file mode 100644
index 0000000..150dce8
--- /dev/null
+++ b/debian/patches/001-landesk_test.patch
@@ -0,0 +1,21 @@
+Description: remove ifdef TEST & endif
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Last-Update: 2014-06-04
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/util/ipmild.c
+===================================================================
+--- trunk.orig/util/ipmild.c 2014-05-26 14:23:52.000000000 +0200
++++ trunk/util/ipmild.c 2014-05-26 19:07:45.000000000 +0200
+@@ -87,9 +87,9 @@
+ extern FILE *fperr; /*defined in ipmicmd.c*/
+ extern FILE *fpdbg; /*defined in ipmicmd.c*/
+ extern ipmi_cmd_t ipmi_cmds[NCMDS];
+-#ifdef TEST
++//#ifdef TEST
+ static int ipmi_fd = -1;
+-#endif
++//#endif
+
+ int ipmi_open_ld(char fdebugcmd)
+ {