From 9d9bae11084226b2e1473243d546b149cdf9e5c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Jul 2014 18:08:06 +0200 Subject: Initial import of ipmiutil version 2.9.3-1 --- debian/patches/001-landesk_test.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/001-landesk_test.patch (limited to 'debian/patches/001-landesk_test.patch') 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 +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) + { -- cgit v1.2.3