diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:08:06 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-07-06 18:08:06 +0200 |
commit | 9d9bae11084226b2e1473243d546b149cdf9e5c9 (patch) | |
tree | c5bc256ce0eb3a71cf8b619dca79d8f046309fc2 /debian/patches/001-landesk_test.patch | |
parent | a7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 (diff) |
Initial import of ipmiutil version 2.9.3-12.9.3-1
Diffstat (limited to 'debian/patches/001-landesk_test.patch')
-rw-r--r-- | debian/patches/001-landesk_test.patch | 21 |
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) + { |