summaryrefslogtreecommitdiff
path: root/sysutils/ipmitool/files/patch-lib_helper.c
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2024-10-02 16:25:59 +0200
committerOlivier Cochard <olivier@FreeBSD.org>2024-10-02 16:28:55 +0200
commite60df8753fdc7ae21a19ff5999e1d6e55965175e (patch)
tree75309735df1d7933241ba786fd76f2c52b399de6 /sysutils/ipmitool/files/patch-lib_helper.c
parentnet/redpanda-connect: update to version 4.37.0 (diff)
sysutils/ipmitool: Fix path run and argument parsing with ipmievd
PR: 281805 Approved by: zi (maintainer) Sponsored by: Netflix
Diffstat (limited to 'sysutils/ipmitool/files/patch-lib_helper.c')
-rw-r--r--sysutils/ipmitool/files/patch-lib_helper.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/ipmitool/files/patch-lib_helper.c b/sysutils/ipmitool/files/patch-lib_helper.c
new file mode 100644
index 000000000000..4accc69a3da1
--- /dev/null
+++ b/sysutils/ipmitool/files/patch-lib_helper.c
@@ -0,0 +1,11 @@
+--- lib/helper.c.orig 2022-09-01 18:42:31 UTC
++++ lib/helper.c
+@@ -54,7 +54,7 @@
+ #ifdef HAVE_PATHS_H
+ # include <paths.h>
+ #else
+-# define _PATH_RUN "/run/"
++# define _PATH_RUN "/var/run/"
+ #endif
+
+ #include <ipmitool/ipmi.h>